We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51845e commit f40cf01Copy full SHA for f40cf01
app/src/main/java/com/limelight/Game.java
@@ -1034,6 +1034,8 @@ public void notifyCrash(Exception e) {
1034
.setPersistGamepadsAfterDisconnect(!prefConfig.multiController)
1035
.setUseVdd(pcUseVdd)
1036
.setEnableMic(prefConfig.enableMic)
1037
+ .setControlOnly(prefConfig.controlOnly)
1038
+ .setCustomScreenMode(prefConfig.screenCombinationMode)
1039
.build();
1040
1041
// Initialize the connection
0 commit comments