mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 02:10:35 +00:00
Frontend customization functions, freecam toggle, minor things
This commit is contained in:
parent
d9d57f12fc
commit
329a387fdf
12 changed files with 531 additions and 121 deletions
|
@ -1747,7 +1747,7 @@ void CapturePad(RwInt32 padID)
|
|||
|
||||
void joysChangeCB(int jid, int event)
|
||||
{
|
||||
if (event == GLFW_CONNECTED)
|
||||
if (event == GLFW_CONNECTED && !IsThisJoystickBlacklisted(jid))
|
||||
{
|
||||
if (PSGLOBAL(joy1id) == -1)
|
||||
PSGLOBAL(joy1id) = jid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue