Small fix
This commit is contained in:
@@ -171,6 +171,8 @@ void ModuleManager::Init()
|
||||
{
|
||||
if (!initialized)
|
||||
{
|
||||
clear_ppu_functions();
|
||||
|
||||
for (auto& m : g_module_list)
|
||||
{
|
||||
if (m.module)
|
||||
|
||||
@@ -376,8 +376,6 @@ void Emulator::Stop()
|
||||
|
||||
// TODO: check finalization order
|
||||
|
||||
clear_ppu_functions();
|
||||
|
||||
SavePoints(BreakPointsDBName);
|
||||
m_break_points.clear();
|
||||
m_marked_points.clear();
|
||||
|
||||
Reference in New Issue
Block a user