mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Bugfix
This commit is contained in:
parent
935302b620
commit
8c1aa3ee15
3 changed files with 34 additions and 28 deletions
|
@ -351,13 +351,11 @@ void Emulator::Stop()
|
|||
finalize_psv_modules();
|
||||
clear_all_psv_objects();
|
||||
|
||||
for (auto& v : g_armv7_dump)
|
||||
for (auto& v : decltype(g_armv7_dump)(std::move(g_armv7_dump)))
|
||||
{
|
||||
LOG_NOTICE(ARMv7, v.second);
|
||||
}
|
||||
|
||||
g_armv7_dump.clear();
|
||||
|
||||
m_rsx_callback = 0;
|
||||
|
||||
// TODO: check finalization order
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue