Skip to content

Commit

Permalink
Fix controller indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
XITRIX committed Nov 3, 2024
1 parent ee99164 commit b84c88a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/src/streaming_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ StreamingView::StreamingView(const Host& host, const AppInfo& app) : host(host),

session = new MoonlightSession(host.address, app.app_id);

#ifdef PLATFORM_TVOS
updatePreferredDisplayMode(true);
#endif

ASYNC_RETAIN
GameStreamClient::instance().connect(
host.address, [ASYNC_TOKEN](GSResult<SERVER_DATA> result) {
Expand Down
2 changes: 1 addition & 1 deletion extern/borealis

0 comments on commit b84c88a

Please sign in to comment.