[Core] Set GameRunning_InReset=false after reset (#2098)
This commit is contained in:
parent
5c085db70b
commit
29a40ba57b
|
@ -890,7 +890,7 @@ void CN64System::Reset(bool bInitReg, bool ClearMenory)
|
|||
{
|
||||
m_SyncCPU->Reset(bInitReg, ClearMenory);
|
||||
}
|
||||
g_Settings->SaveBool(GameRunning_InReset, true);
|
||||
g_Settings->SaveBool(GameRunning_InReset, false);
|
||||
|
||||
WriteTrace(TraceN64System, TraceDebug, "Done");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue