mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Rewording
This commit is contained in:
parent
c085e2f1a8
commit
c47478ea04
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ void TiltAnalogSettingsScreen::CreateViews() {
|
|||
settings->Add(new ItemHeader(co->T("Invert Axes")));
|
||||
settings->Add(new CheckBox(&g_Config.bInvertTiltX, co->T("Invert Tilt along X axis")));
|
||||
settings->Add(new CheckBox(&g_Config.bInvertTiltY, co->T("Invert Tilt along Y axis")));
|
||||
static const char* tiltMode[] = { "Screen parallel to ground", "Screen orthogonal to ground", "Auto-switch" };
|
||||
static const char* tiltMode[] = { "Screen aligned to ground", "Screen at right angle to ground", "Auto-switch" };
|
||||
settings->Add(new PopupMultiChoice(&g_Config.iTiltOrientation, co->T("Base tilt position"), tiltMode, 0, ARRAY_SIZE(tiltMode), co->GetName(), screenManager()));
|
||||
|
||||
settings->Add(new ItemHeader(co->T("Sensitivity")));
|
||||
|
|
Loading…
Add table
Reference in a new issue