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