strat: update for latest libnx.

This commit is contained in:
Michael Scire 2019-11-21 00:28:32 -08:00 committed by SciresM
parent 393596ef9a
commit b758e3fc55
9 changed files with 39 additions and 37 deletions

View file

@ -94,7 +94,7 @@ namespace ams::fatal::srv {
}
/* Check that the gamecard is a repair tool. */
return (gc_attr & FsGameCardAttribute_Repair) == FsGameCardAttribute_Repair;
return (gc_attr & FsGameCardAttribute_RepairToolFlag);
}
bool IsInRepairWithoutTimeReviserCartridge() {