mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-15 21:31:12 +00:00
Fix return value of processEvents
This commit is contained in:
@@ -79,7 +79,7 @@ Java_com_limelight_input_gamepad_NativeGamepad_detectDevices(JNIEnv *env, jobjec
|
|||||||
}
|
}
|
||||||
|
|
||||||
// This polls for events and calls the appropriate callbacks
|
// This polls for events and calls the appropriate callbacks
|
||||||
JNIEXPORT jint JNICALL
|
JNIEXPORT void JNICALL
|
||||||
Java_com_limelight_input_gamepad_NativeGamepad_processEvents(JNIEnv *env, jobject this) {
|
Java_com_limelight_input_gamepad_NativeGamepad_processEvents(JNIEnv *env, jobject this) {
|
||||||
Gamepad_processEvents();
|
Gamepad_processEvents();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user