mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Merge pull request #2253 from RachelBryk/cheats
Fix enable cheats checkbox.
This commit is contained in:
commit
d42d5699b5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue