Small fix

This commit is contained in:
Nekotekina 2015-02-21 17:35:23 +03:00
parent 9ee9523680
commit 55b348f4fc
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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();