Add LinuxInputJoysticks parameter to Preferences.ini to ensure pad order consistency
This commit is contained in:
committed by
teejusb
parent
acf8be530d
commit
5753ecdc1c
@@ -12,6 +12,7 @@
|
||||
RageInput* INPUTMAN = nullptr; // global and accessible from anywhere in our program
|
||||
|
||||
Preference<RString> g_sInputDrivers( "InputDrivers", "" ); // "" == DEFAULT_INPUT_DRIVER_LIST
|
||||
Preference<RString> g_sInputLinuxJoysticks( "InputLinuxJoysticks", "" ); // "" == DEFAULT_LINUX_INPUT_JOYSTICK_LIST
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user