Adds option for an Axis Fix for some (PS2) adapters which map the D-Pad to Axis

This commit is contained in:
Fighter19
2015-05-06 10:04:55 +02:00
parent 9d1ba50c23
commit 73ee19b7cf
11 changed files with 42 additions and 5 deletions
+1
View File
@@ -775,6 +775,7 @@ static void InitializeConfOptions()
ADD( ConfOption( "ThreeKeyNavigation", MovePref<bool>, "Five Key Menu", "Three Key Menu" ) );
ADD( ConfOption( "MusicWheelSwitchSpeed", MusicWheelSwitchSpeed, "Slow","Normal","Fast","Really Fast" ) );
ADD( ConfOption( "InputDebounceTime", InputDebounceTime, "0ms", "10ms", "20ms", "30ms", "40ms", "50ms", "60ms", "70ms", "80ms", "90ms", "100ms") );
ADD( ConfOption( "AxisFix", MovePref<bool>, "Off","On" ) );
// Gameplay options
ADD( ConfOption( "Center1Player", MovePref<bool>, "Off","On" ) );