mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-23 09:00:26 +01:00
Let me just say ....
Ooops was forgetting to increment a counter
This commit is contained in:
parent
dc39383a67
commit
db744e1d41
|
|
@ -120,6 +120,7 @@ JNIEXPORT jint JNICALL Java_net_java_games_input_JInputLibrary_nativeInit
|
|||
if(jsDevices[i]!=NULL) {
|
||||
LOG_TRACE("Copying joystick device %d to jinput device list %d\n", i, jinputNumDevices);
|
||||
jinputDeviceList[jinputNumDevices] = jsDevices[i];
|
||||
jinputNumDevices++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue