mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-05-19 16:20:15 +00:00
Add special error text for an unexpected early termination
This commit is contained in:
@@ -400,6 +400,11 @@
|
|||||||
message = @"Your network connection isn't performing well. Reduce your video bitrate setting or try a faster connection.";
|
message = @"Your network connection isn't performing well. Reduce your video bitrate setting or try a faster connection.";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case ML_ERROR_UNEXPECTED_EARLY_TERMINATION:
|
||||||
|
title = @"Connection Error";
|
||||||
|
message = @"Something went wrong on your host PC when starting the stream.\n\nMake sure you don't have any DRM-protected content open on your host PC. You can also try restarting your host PC.\n\nIf the issue persists, try reinstalling your GPU drivers and GeForce Experience.";
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
title = @"Connection Terminated";
|
title = @"Connection Terminated";
|
||||||
message = @"The connection was terminated";
|
message = @"The connection was terminated";
|
||||||
|
|||||||
Submodule moonlight-common/moonlight-common-c updated: cca2ba9aab...3aa2463856
Reference in New Issue
Block a user