mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +00:00
fusee: fix 15.x exFAT nogc patch
This commit is contained in:
parent
f88606fbc1
commit
05fee5d53c
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ namespace ams::nxboot {
|
|||
AddPatch(fs_meta, 0x15EDE4, NogcPatch1, sizeof(NogcPatch1));
|
||||
break;
|
||||
case FsVersion_15_0_0_Exfat:
|
||||
AddPatch(fs_meta, 0x18F1E8, NogcPatch0, sizeof(NogcPatch0));
|
||||
AddPatch(fs_meta, 0x18F1E9, NogcPatch0, sizeof(NogcPatch0));
|
||||
AddPatch(fs_meta, 0x169D74, NogcPatch1, sizeof(NogcPatch1));
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue