mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Forgot to add the ability to save the option.
This commit is contained in:
parent
3560a489fb
commit
7b52cde7cd
@ -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…
Reference in New Issue
Block a user