Core: Hide determinism global

This is only ever queried and not set outside of the Core.cpp, so this
should just be hidden internally and just have a function exposed that
allows querying it.
This commit is contained in:
Lioncash
2017-04-03 13:30:58 -04:00
parent ad1a899a7c
commit 0c1d56c16f
19 changed files with 36 additions and 31 deletions

View File

@ -224,7 +224,7 @@ void AdvancedConfigPane::OnUpdateCPUClockControls(wxUpdateUIEvent& event)
return;
}
event.Enable(!Core::g_want_determinism);
event.Enable(!Core::WantsDeterminism());
}
void AdvancedConfigPane::OnUpdateRTCDateTimeEntries(wxUpdateUIEvent& event)