mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-28 22:02:39 +02:00
fusee: fix off-by-one in nogc patches for exFAT firm
This commit is contained in:
parent
8da6bc59a7
commit
cb032006d5
@ -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…
Reference in New Issue
Block a user