fix last commit for real this time

This commit is contained in:
CasualPokePlayer 2023-11-02 10:48:09 -07:00
parent 9e9307ace0
commit 3ab1a32f34
1 changed files with 1 additions and 1 deletions

View File

@ -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;