mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
Ensuring HLE only gets initialize if the LLE fails to load
This commit is contained in:
parent
4057282706
commit
a63e264e28
@ -313,9 +313,6 @@ void Emulator::LoadSystemModules(const std::string& game_serial) {
|
||||
LOG_INFO(Loader, "Loading {}", it->string());
|
||||
if (linker->LoadModule(*it) != -1) {
|
||||
loaded = true;
|
||||
if (init_func) {
|
||||
init_func(&linker->GetHLESymbols());
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!loaded) {
|
||||
|
Loading…
Reference in New Issue
Block a user