Merge pull request #2637 from thedax/swapDInputRASAxes

Allow DirectInput Axis swap to be saved to the ini.
This commit is contained in:
Unknown W. Brackets 2013-07-05 16:26:24 -07:00
commit 3643345b67

View File

@ -250,6 +250,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);