mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-13 07:14:49 +00:00
FW SPRX install: Fix IDM ID's leak
This commit is contained in:
parent
7eb16e13bb
commit
0445ef393f
@ -1224,6 +1224,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
||||
{
|
||||
lock.unlock();
|
||||
ppu_initialize(*prx);
|
||||
idm::remove<lv2_obj, lv2_prx>(idm::last_id());
|
||||
lock.lock();
|
||||
ppu_unload_prx(*prx);
|
||||
g_progr_fdone++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user