Renamed LinuxInputJoysticks to InputDeviceOrder

This commit is contained in:
Sergio Pérez Fernández
2024-02-21 12:29:26 -08:00
committed by teejusb
parent 5753ecdc1c
commit ec33a08ca5
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +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
Preference<RString> g_sInputDeviceOrder( "InputDeviceOrder", "" ); // "" == DEFAULT_LINUX_INPUT_DEVICE_ORDER_LIST
namespace
{