mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-16 22:01:11 +00:00
Correct 1080p resolution
This commit is contained in:
+2
-2
@@ -133,8 +133,8 @@ int main(int argc, char* argv[]) {
|
|||||||
config.height = 1280;
|
config.height = 1280;
|
||||||
break;
|
break;
|
||||||
case 'b':
|
case 'b':
|
||||||
config.width = 1080;
|
config.width = 1920;
|
||||||
config.height = 1920;
|
config.height = 1080;
|
||||||
break;
|
break;
|
||||||
case 'c':
|
case 'c':
|
||||||
config.width = atoi(optarg);
|
config.width = atoi(optarg);
|
||||||
|
|||||||
Reference in New Issue
Block a user