mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Small fix
This commit is contained in:
parent
9ee9523680
commit
55b348f4fc
2 changed files with 2 additions and 2 deletions
|
@ -171,6 +171,8 @@ void ModuleManager::Init()
|
||||||
{
|
{
|
||||||
if (!initialized)
|
if (!initialized)
|
||||||
{
|
{
|
||||||
|
clear_ppu_functions();
|
||||||
|
|
||||||
for (auto& m : g_module_list)
|
for (auto& m : g_module_list)
|
||||||
{
|
{
|
||||||
if (m.module)
|
if (m.module)
|
||||||
|
|
|
@ -376,8 +376,6 @@ void Emulator::Stop()
|
||||||
|
|
||||||
// TODO: check finalization order
|
// TODO: check finalization order
|
||||||
|
|
||||||
clear_ppu_functions();
|
|
||||||
|
|
||||||
SavePoints(BreakPointsDBName);
|
SavePoints(BreakPointsDBName);
|
||||||
m_break_points.clear();
|
m_break_points.clear();
|
||||||
m_marked_points.clear();
|
m_marked_points.clear();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue