Core: Reset game loaded/started variables on recompiler shutdown.

This commit is contained in:
Christian Kenny 2021-09-19 02:34:02 -04:00 committed by refractionpcsx2
parent 5b8e983478
commit d29121a871
1 changed files with 3 additions and 0 deletions

View File

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