mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-02-16 02:21:07 +00:00
Enable media streaming mode for 802.11 WLAN interfaces on Windows
This commit is contained in:
@@ -386,10 +386,14 @@ int initializePlatform(void) {
|
||||
return err;
|
||||
}
|
||||
|
||||
enterLowLatencyMode();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void cleanupPlatform(void) {
|
||||
exitLowLatencyMode();
|
||||
|
||||
cleanupPlatformSockets();
|
||||
|
||||
enet_deinitialize();
|
||||
|
||||
Reference in New Issue
Block a user