mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-02 14:18:41 +00:00
fusee: fix off-by-one in nogc patches for exFAT firm
This commit is contained in:
parent
8da6bc59a7
commit
cb032006d5
1 changed files with 2 additions and 2 deletions
|
@ -673,8 +673,8 @@ namespace ams::nxboot {
|
||||||
AddPatch(fs_meta, 0x17C250, NogcPatch1, sizeof(NogcPatch1));
|
AddPatch(fs_meta, 0x17C250, NogcPatch1, sizeof(NogcPatch1));
|
||||||
break;
|
break;
|
||||||
case FsVersion_20_0_0_Exfat:
|
case FsVersion_20_0_0_Exfat:
|
||||||
AddPatch(fs_meta, 0x1B3744, NogcPatch0, sizeof(NogcPatch0));
|
AddPatch(fs_meta, 0x1B3745, NogcPatch0, sizeof(NogcPatch0));
|
||||||
AddPatch(fs_meta, 0x1B3944, NogcPatch0, sizeof(NogcPatch0));
|
AddPatch(fs_meta, 0x1B3945, NogcPatch0, sizeof(NogcPatch0));
|
||||||
AddPatch(fs_meta, 0x187B70, NogcPatch1, sizeof(NogcPatch1));
|
AddPatch(fs_meta, 0x187B70, NogcPatch1, sizeof(NogcPatch1));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue