Enable gamepad by default
This commit is contained in:
parent
1bbd6c136f
commit
6a126e616d
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ EXTERN_CVAR(Bool, joy_xinput)
|
|||
|
||||
// PUBLIC DATA DEFINITIONS -------------------------------------------------
|
||||
|
||||
CUSTOM_CVARD(Bool, use_joystick, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOINITCALL, "enables input from the joystick if it is present")
|
||||
CUSTOM_CVARD(Bool, use_joystick, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG|CVAR_NOINITCALL, "enables input from the joystick if it is present")
|
||||
{
|
||||
#ifdef _WIN32
|
||||
joy_ps2raw->Callback();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue