mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-08-18 01:15:59 +00:00
Correct 1080p resolution
This commit is contained in:
parent
dfc51b345f
commit
12e423744f
@ -133,8 +133,8 @@ int main(int argc, char* argv[]) {
|
||||
config.height = 1280;
|
||||
break;
|
||||
case 'b':
|
||||
config.width = 1080;
|
||||
config.height = 1920;
|
||||
config.width = 1920;
|
||||
config.height = 1080;
|
||||
break;
|
||||
case 'c':
|
||||
config.width = atoi(optarg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user