Skip to content

Commit f40cf01

Browse files
author
qiin
committed
fix: 快速恢复也带上屏幕组合模式
1 parent c51845e commit f40cf01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/limelight/Game.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,8 @@ public void notifyCrash(Exception e) {
10341034
.setPersistGamepadsAfterDisconnect(!prefConfig.multiController)
10351035
.setUseVdd(pcUseVdd)
10361036
.setEnableMic(prefConfig.enableMic)
1037+
.setControlOnly(prefConfig.controlOnly)
1038+
.setCustomScreenMode(prefConfig.screenCombinationMode)
10371039
.build();
10381040

10391041
// Initialize the connection

0 commit comments

Comments
 (0)