mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
adding logger
This commit is contained in:
parent
5844372bd9
commit
4057282706
@ -333,7 +333,7 @@ void Emulator::LoadSystemModules(const std::string& game_serial) {
|
||||
LOG_INFO(Loader, "Loading {} from game serial file {}", entry.path().string(),
|
||||
game_serial);
|
||||
if (linker->LoadModule(entry.path()) == -1) {
|
||||
entry.path().string();
|
||||
LOG_ERROR(Loader, "Failed to load module: {}", entry.path().string());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user