mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
Disable dynamic resolution switching on Gen 5 servers
This commit is contained in:
parent
3cbbec5129
commit
fbd58c60ea
@ -163,7 +163,9 @@ static int addGen5Options(PSDP_OPTION* head) {
|
||||
// We want to use the legacy TCP connections for control and input rather than the new UDP stuff
|
||||
err |= addAttributeString(head, "x-nv-general.useReliableUdp", "0");
|
||||
err |= addAttributeString(head, "x-nv-ri.useControlChannel", "0");
|
||||
err |= addAttributeString(head, "x-nv-vqos[0].enableQec", "0");
|
||||
|
||||
// Disable dynamic resolution switching
|
||||
err |= addAttributeString(head, "x-nv-vqos[0].drc.enable", "0");
|
||||
|
||||
return err;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user