mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 10:31:02 +00:00
Fix copy-pasta in 1080p30 setting
This commit is contained in:
@@ -93,7 +93,7 @@ static StreamConfiguration* streamConfig;
|
||||
break;
|
||||
case 2:
|
||||
streamConfig.width = 1920;
|
||||
streamConfig.height = 720;
|
||||
streamConfig.height = 1080;
|
||||
streamConfig.frameRate = 30;
|
||||
break;
|
||||
case 3:
|
||||
|
||||
Reference in New Issue
Block a user