mirror of
https://github.com/halpz/re3.git
synced 2025-07-25 20:42:44 +00:00
Detect joystick menu for XInput
This commit is contained in:
@ -121,6 +121,10 @@ DWORD _dwOperatingSystemVersion;
|
||||
RwUInt32 gGameState;
|
||||
CJoySticks AllValidWinJoys;
|
||||
|
||||
#ifdef DETECT_JOYSTICK_MENU
|
||||
char gSelectedJoystickName[128] = "";
|
||||
#endif
|
||||
|
||||
// What is that for anyway?
|
||||
#ifndef IMPROVED_VIDEOMODE
|
||||
static RwBool defaultFullscreenRes = TRUE;
|
||||
|
Reference in New Issue
Block a user