From 7b52cde7cd1b824f0d4ddf66c68c9c72c6328bb9 Mon Sep 17 00:00:00 2001 From: The Dax Date: Fri, 5 Jul 2013 19:23:20 -0400 Subject: [PATCH] Forgot to add the ability to save the option. --- Core/Config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Config.cpp b/Core/Config.cpp index f97128d78f..278c629e59 100644 --- a/Core/Config.cpp +++ b/Core/Config.cpp @@ -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);