mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-22 17:05:22 +00:00
Remove right stick swap option, not needed.
This commit is contained in:
parent
00aaf2bb11
commit
1edbda62d0
@ -145,7 +145,6 @@ void Config::Load(const char *iniFileName)
|
||||
control->Get("LargeControls", &bLargeControls, false);
|
||||
// control->Get("KeyMapping",iMappingMap);
|
||||
control->Get("AccelerometerToAnalogHoriz", &bAccelerometerToAnalogHoriz, false);
|
||||
control->Get("SwapDInputRightAxes", &iSwapRightAxes, 0);
|
||||
control->Get("TouchButtonOpacity", &iTouchButtonOpacity, 65);
|
||||
control->Get("ButtonScale", &fButtonScale, 1.15);
|
||||
|
||||
@ -258,7 +257,6 @@ void Config::Save()
|
||||
control->Set("LargeControls", bLargeControls);
|
||||
// control->Set("KeyMapping",iMappingMap);
|
||||
control->Set("AccelerometerToAnalogHoriz", bAccelerometerToAnalogHoriz);
|
||||
control->Set("SwapDInputRightAxes", iSwapRightAxes);
|
||||
control->Set("TouchButtonOpacity", iTouchButtonOpacity);
|
||||
control->Set("ButtonScale", fButtonScale);
|
||||
|
||||
|
@ -108,7 +108,6 @@ public:
|
||||
bool bShowDebugStats;
|
||||
bool bLargeControls;
|
||||
bool bAccelerometerToAnalogHoriz;
|
||||
int iSwapRightAxes;
|
||||
|
||||
// Control
|
||||
int iTouchButtonOpacity;
|
||||
|
Loading…
x
Reference in New Issue
Block a user