fix last commit for real this time
This commit is contained in:
parent
9e9307ace0
commit
3ab1a32f34
|
@ -259,7 +259,7 @@ const char* InitDSiBIOS()
|
|||
}
|
||||
|
||||
Platform::FileRewind(bios9i);
|
||||
Platform::FileRead(DSi::ARM9iBIOS, sizeof(DSi::ARM7iBIOS), 1, bios9i);
|
||||
Platform::FileRead(DSi::ARM9iBIOS, sizeof(DSi::ARM9iBIOS), 1, bios9i);
|
||||
Platform::CloseFile(bios9i);
|
||||
|
||||
return nullptr;
|
||||
|
|
Loading…
Reference in New Issue