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