diff --git a/src/emulator.cpp b/src/emulator.cpp index 05cff02b7..4348d8a26 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -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) {