mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 09:30:34 +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
|
@ -226,6 +226,9 @@ enum Config {
|
|||
#if !defined(RW_GL3) && defined(_WIN32)
|
||||
#define XINPUT
|
||||
#endif
|
||||
#if defined(RW_GL3) && !defined(__SWITCH__) // TODO
|
||||
#define DONT_TRUST_RECOGNIZED_JOYSTICKS // Then we'll only rely on GLFW gamepad DB, and want user to enter Cpntroller->Detect joysticks if his joystick isn't on that list.
|
||||
#endif
|
||||
#define DETECT_PAD_INPUT_SWITCH // Adds automatic switch of pad related stuff between controller and kb/m
|
||||
#define KANGAROO_CHEAT
|
||||
#define ALLCARSHELI_CHEAT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue