mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Forgot to add the ability to save the option.
This commit is contained in:
parent
3560a489fb
commit
7b52cde7cd
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ void Config::Save()
|
|||
control->Set("AccelerometerToAnalogHoriz", bAccelerometerToAnalogHoriz);
|
||||
control->Set("ForceInputDevice", iForceInputDevice);
|
||||
control->Set("RightStickBind", iRightStickBind);
|
||||
control->Set("SwapDInputRightAxes", iSwapRightAxes);
|
||||
control->Set("TouchButtonOpacity", iTouchButtonOpacity);
|
||||
control->Set("ButtonScale", fButtonScale);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue