mirror of https://github.com/PCSX2/pcsx2.git
Core: Reset game loaded/started variables on recompiler shutdown.
This commit is contained in:
parent
5b8e983478
commit
d29121a871
|
@ -453,6 +453,9 @@ void SysMainMemory::DecommitAll()
|
||||||
closeNewVif(0);
|
closeNewVif(0);
|
||||||
closeNewVif(1);
|
closeNewVif(1);
|
||||||
|
|
||||||
|
g_GameStarted = false;
|
||||||
|
g_GameLoading = false;
|
||||||
|
|
||||||
vtlb_Core_Free();
|
vtlb_Core_Free();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue