mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 13:10:35 +00:00
Fixes, mouse AUX buttons, joystick detect menu
This commit is contained in:
parent
8235fe08d1
commit
595421da39
14 changed files with 456 additions and 60 deletions
|
@ -67,6 +67,10 @@ void CapturePad(RwInt32 padID);
|
|||
void joysChangeCB(int jid, int event);
|
||||
#endif
|
||||
|
||||
#ifdef DONT_TRUST_RECOGNIZED_JOYSTICKS
|
||||
extern char gSelectedJoystickName[128];
|
||||
#endif
|
||||
|
||||
enum eGameState
|
||||
{
|
||||
GS_START_UP = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue