fix last commit -.-
This commit is contained in:
parent
720a45120b
commit
9e9307ace0
Binary file not shown.
|
@ -259,7 +259,7 @@ const char* InitDSiBIOS()
|
|||
}
|
||||
|
||||
Platform::FileRewind(bios9i);
|
||||
Platform::FileRead(DSi::ARM7iBIOS, sizeof(DSi::ARM7iBIOS), 1, bios9i);
|
||||
Platform::FileRead(DSi::ARM9iBIOS, sizeof(DSi::ARM7iBIOS), 1, bios9i);
|
||||
Platform::CloseFile(bios9i);
|
||||
|
||||
return nullptr;
|
||||
|
|
Loading…
Reference in New Issue