This commit is contained in:
Nekotekina 2015-01-26 15:55:26 +03:00
parent 12c13e6193
commit a7d85480a8
6 changed files with 38 additions and 8 deletions

View file

@ -6,6 +6,7 @@
#include "Emu/GameInfo.h"
#include "Emu/ARMv7/PSVFuncList.h"
#include "Emu/ARMv7/PSVObjectList.h"
#include "Emu/SysCalls/Static.h"
#include "Emu/SysCalls/ModuleManager.h"
#include "Emu/Cell/PPUThread.h"
@ -363,6 +364,7 @@ void Emulator::Stop()
LOG_NOTICE(HLE, "All threads stopped...");
finalize_psv_modules();
clear_all_psv_objects();
m_rsx_callback = 0;
// TODO: check finalization order