mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update GameSettingsScreen.cpp
This commit is contained in:
parent
036a180708
commit
1160737d0b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void GameSettingsScreen::CreateViews() {
|
||||||
graphicsSettings->Add(new CheckBox(&cap60FPS_, gs->T("Force max 60 FPS (helps GoW)")));
|
graphicsSettings->Add(new CheckBox(&cap60FPS_, gs->T("Force max 60 FPS (helps GoW)")));
|
||||||
static const char *customSpeed[] = {"Unlimited", "25%", "50%", "75%", "100%", "125%", "150%", "200%", "300%"};
|
static const char *customSpeed[] = {"Unlimited", "25%", "50%", "75%", "100%", "125%", "150%", "200%", "300%"};
|
||||||
graphicsSettings->Add(new PopupMultiChoice(&iAlternateSpeedPercent_, gs->T("Alternative Speed"), customSpeed, 0, ARRAY_SIZE(customSpeed), gs, screenManager()));
|
graphicsSettings->Add(new PopupMultiChoice(&iAlternateSpeedPercent_, gs->T("Alternative Speed"), customSpeed, 0, ARRAY_SIZE(customSpeed), gs, screenManager()));
|
||||||
graphicsSettings->Add(new CheckBox(&g_Config.bFrameSkipUnthrottle, gs->T("Frame Skipping in Unthrottle")));
|
|
||||||
|
|
||||||
graphicsSettings->Add(new ItemHeader(gs->T("Features")));
|
graphicsSettings->Add(new ItemHeader(gs->T("Features")));
|
||||||
graphicsSettings->Add(new CheckBox(&g_Config.bHardwareTransform, gs->T("Hardware Transform")));
|
graphicsSettings->Add(new CheckBox(&g_Config.bHardwareTransform, gs->T("Hardware Transform")));
|
||||||
|
|
Loading…
Add table
Reference in a new issue