System: Rewrite EXE override/loading
Relies on POST=7 as a kernel initialization indicator, instead of patching the BIOS. Fixes EXE loading with OpenBIOS and PS2 BIOS, and fast boot getting baked into save states.
This commit is contained in:
@ -202,7 +202,7 @@ bool GameList::GetPsfListEntry(const std::string& path, Entry* entry)
|
||||
{
|
||||
// we don't need to walk the library chain here - the top file is enough
|
||||
PSFLoader::File file;
|
||||
if (!file.Load(path.c_str()))
|
||||
if (!file.Load(path.c_str(), nullptr))
|
||||
return false;
|
||||
|
||||
entry->serial.clear();
|
||||
|
||||
Reference in New Issue
Block a user