mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-02-16 10:30:47 +00:00
Fix controller detection race
This commit is contained in:
@@ -128,8 +128,8 @@ public class Limelight implements NvConnectionListener {
|
||||
|
||||
createFrame();
|
||||
|
||||
NativeGamepad.start();
|
||||
NativeGamepad.addListener(GamepadListener.getInstance());
|
||||
NativeGamepad.start();
|
||||
}
|
||||
|
||||
public void stop() {
|
||||
|
||||
Reference in New Issue
Block a user