mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
Rewrote a bunch of controller support. Added auto on-screen controls layouts (GCGamepad not finished). Added LB+Start and RB+Start shortcuts for select and special (same as Android).
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
[self.stageLabel setText:@"Waiting for first frame..."];
|
||||
[self.stageLabel sizeToFit];
|
||||
});
|
||||
[(StreamView*)self.view setupOnScreenControls];
|
||||
[(StreamView*)self.view setupOnScreenControls: _controllerSupport];
|
||||
}
|
||||
|
||||
- (void)connectionTerminated:(long)errorCode {
|
||||
|
||||
Reference in New Issue
Block a user