mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-18 01:28:36 +00:00
Load saved patches, miscellaneous fixes
This commit is contained in:
@@ -198,7 +198,7 @@ void Module::LoadModuleToMemory(u32& max_tls_index) {
|
||||
if (name == "eboot") {
|
||||
MemoryPatcher::g_eboot_address = base_virtual_addr;
|
||||
MemoryPatcher::g_eboot_image_size = base_size;
|
||||
MemoryPatcher::ApplyPendingPatches();
|
||||
MemoryPatcher::OnGameLoaded();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user