mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +00:00
adding the linker i missed before
This commit is contained in:
parent
5aae4f63ec
commit
a98ad08c0e
@ -312,7 +312,7 @@ void Emulator::LoadSystemModules(const std::string& game_serial) {
|
|||||||
LOG_INFO(Loader, "Loading {}", it->string());
|
LOG_INFO(Loader, "Loading {}", it->string());
|
||||||
if (linker->LoadModule(*it) != -1) {
|
if (linker->LoadModule(*it) != -1) {
|
||||||
if (init_func) {
|
if (init_func) {
|
||||||
init_func();
|
init_func(&linker->GetHLESymbols());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user