Write arm9loaderhax_si.bin instead of arm9loaderhax.bin after format

This commit is contained in:
d0k3 2017-02-26 13:36:03 +01:00
parent 81e7b1fbb6
commit 7d08bebf99

View File

@ -241,7 +241,7 @@ u32 SdFormatMenu(void) {
if (IS_A9LH) {
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();
}