mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-02 15:56:02 +00:00
Don't fail if SOPS isn't supported at the current resolution
This commit is contained in:
parent
1478d69123
commit
0cfc557c9c
@ -655,8 +655,6 @@ int gs_start_app(PSERVER_DATA server, STREAM_CONFIGURATION *config, int appId, b
|
|||||||
|
|
||||||
if (!correct_mode && !server->unsupported)
|
if (!correct_mode && !server->unsupported)
|
||||||
return GS_NOT_SUPPORTED_MODE;
|
return GS_NOT_SUPPORTED_MODE;
|
||||||
else if (sops && !supported_resolution)
|
|
||||||
return GS_NOT_SUPPORTED_SOPS_RESOLUTION;
|
|
||||||
|
|
||||||
if (config->height >= 2160 && !server->supports4K)
|
if (config->height >= 2160 && !server->supports4K)
|
||||||
return GS_NOT_SUPPORTED_4K;
|
return GS_NOT_SUPPORTED_4K;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user