mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 21:54:10 -04:00
strat: update for latest libnx.
This commit is contained in:
parent
393596ef9a
commit
b758e3fc55
9 changed files with 39 additions and 37 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue