mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 06:46:17 +00:00
Frontend customization functions, freecam toggle, minor things
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user