Fixes, mouse AUX buttons, joystick detect menu

This commit is contained in:
eray orçunus 2020-09-30 20:02:47 +03:00
commit 595421da39
14 changed files with 456 additions and 60 deletions

View file

@ -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,