Forgot to add the ability to save the option.

This commit is contained in:
The Dax 2013-07-05 19:23:20 -04:00
parent 3560a489fb
commit 7b52cde7cd

View File

@ -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);