From 0445ef393ff41c890e662203ddf5e107366b8d23 Mon Sep 17 00:00:00 2001 From: Eladash Date: Mon, 14 Dec 2020 10:31:07 +0200 Subject: [PATCH] FW SPRX install: Fix IDM ID's leak --- rpcs3/Emu/System.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index e0ff7af729..09b5849999 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -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(idm::last_id()); lock.lock(); ppu_unload_prx(*prx); g_progr_fdone++;