mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-04 22:18:00 +00:00
Let me just say ....
Ooops was forgetting to increment a counter
This commit is contained in:
parent
dc39383a67
commit
db744e1d41
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue