mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Fixed Object Manager (detached)
This commit is contained in:
parent
9923f96431
commit
f8afee3325
6 changed files with 107 additions and 86 deletions
|
@ -374,8 +374,9 @@ void Emulator::Stop()
|
|||
LOG_NOTICE(GENERAL, "All threads stopped...");
|
||||
|
||||
idm::clear();
|
||||
fxm::clear();
|
||||
|
||||
LOG_NOTICE(GENERAL, "ID manager cleared...");
|
||||
LOG_NOTICE(GENERAL, "Objects cleared...");
|
||||
|
||||
finalize_psv_modules();
|
||||
clear_all_psv_objects();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue