Merge pull request #2253 from RachelBryk/cheats

Fix enable cheats checkbox.
This commit is contained in:
Lioncash 2015-03-30 05:41:56 -04:00
commit d42d5699b5
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void GeneralConfigPane::OnIdleSkipCheckBoxChanged(wxCommandEvent& event)
void GeneralConfigPane::OnCheatCheckBoxChanged(wxCommandEvent& event) void GeneralConfigPane::OnCheatCheckBoxChanged(wxCommandEvent& event)
{ {
SConfig::GetInstance().m_LocalCoreStartupParameter.bSkipIdle = m_cheats_checkbox->IsChecked(); SConfig::GetInstance().m_LocalCoreStartupParameter.bEnableCheats = m_cheats_checkbox->IsChecked();
} }
void GeneralConfigPane::OnForceNTSCJCheckBoxChanged(wxCommandEvent& event) void GeneralConfigPane::OnForceNTSCJCheckBoxChanged(wxCommandEvent& event)