Expose InputDrivers preference to other classes

This commit is contained in:
Ben "root" Anderson
2013-11-30 00:00:09 -06:00
parent 1dde840059
commit a0eb83d60e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
RageInput* INPUTMAN = NULL; // globally accessable input device
static Preference<RString> g_sInputDrivers( "InputDrivers", "" ); // "" == DEFAULT_INPUT_DRIVER_LIST
Preference<RString> g_sInputDrivers( "InputDrivers", "" ); // "" == DEFAULT_INPUT_DRIVER_LIST
namespace
{