Refresh Game settings on reset
This commit is contained in:
parent
ab03a0d10e
commit
ec220831b9
|
@ -476,6 +476,7 @@ void CN64System::GameReset (void)
|
||||||
|
|
||||||
void CN64System::Reset (bool bInitReg, bool ClearMenory)
|
void CN64System::Reset (bool bInitReg, bool ClearMenory)
|
||||||
{
|
{
|
||||||
|
RefreshGameSettings();
|
||||||
if (m_Plugins) { m_Plugins->GameReset(); }
|
if (m_Plugins) { m_Plugins->GameReset(); }
|
||||||
m_Audio.Reset();
|
m_Audio.Reset();
|
||||||
m_MMU_VM.Reset(ClearMenory);
|
m_MMU_VM.Reset(ClearMenory);
|
||||||
|
|
Loading…
Reference in New Issue