Implement immediate controller arrival and battery events

This commit is contained in:
Cameron Gutman
2023-12-06 19:12:04 -06:00
parent e0808d6bfc
commit 73d4199917
4 changed files with 242 additions and 139 deletions

View File

@@ -377,6 +377,8 @@
[self->_streamView showOnScreenControls];
[self->_controllerSupport connectionEstablished];
if (self->_settings.statsOverlay) {
self->_statsUpdateTimer = [NSTimer scheduledTimerWithTimeInterval:1.0f
target:self