mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00: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)
|
||||
{
|
||||
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();
|
||||
|
|
Loading…
Add table
Reference in a new issue