mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Write arm9loaderhax_si.bin instead of arm9loaderhax.bin after format
This commit is contained in:
parent
81e7b1fbb6
commit
7d08bebf99
@ -241,7 +241,7 @@ u32 SdFormatMenu(void) {
|
|||||||
|
|
||||||
if (IS_A9LH) {
|
if (IS_A9LH) {
|
||||||
InitSDCardFS(); // on A9LH: copy the payload from mem to SD root
|
InitSDCardFS(); // on A9LH: copy the payload from mem to SD root
|
||||||
FileSetData("0:/arm9loaderhax.bin", (u8*) 0x23F00000, 0x40000, 0, true);
|
FileSetData("0:/arm9loaderhax_si.bin", (u8*) 0x23F00000, 0x40000, 0, true);
|
||||||
DeinitSDCardFS();
|
DeinitSDCardFS();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user