mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #3406 from makotech222/cwcheat
Re-enable cheats on android
This commit is contained in:
commit
d33cea7c29
1 changed files with 2 additions and 4 deletions
|
@ -346,12 +346,10 @@ void GameSettingsScreen::CreateViews() {
|
|||
systemSettings->Add(new PopupSliderChoice(&g_Config.iLockedCPUSpeed, 0, 1000, s->T("Change CPU Clock", "Change CPU Clock (0 = default)"), screenManager()));
|
||||
|
||||
enableReports_ = g_Config.sReportHost != "default";
|
||||
#ifndef ANDROID
|
||||
//#ifndef ANDROID
|
||||
systemSettings->Add(new ItemHeader(s->T("Cheats", "Cheats (experimental, see forums)")));
|
||||
// Need to move the cheat config dir somewhere where it can be read/written on android
|
||||
|
||||
systemSettings->Add(new CheckBox(&g_Config.bEnableCheats, s->T("Enable Cheats")));
|
||||
#endif
|
||||
//#endif
|
||||
LinearLayout *list = root_->Add(new LinearLayout(ORIENT_VERTICAL, new LinearLayoutParams(1.0f)));
|
||||
systemSettings->SetSpacing(0);
|
||||
systemSettings->Add(new ItemHeader(g->T("General")));
|
||||
|
|
Loading…
Add table
Reference in a new issue