mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 15:06:08 +00:00
PreferenceConfiguration.java: add language preference
This commit is contained in:
@@ -178,7 +178,7 @@ public class Game extends Activity implements SurfaceHolder.Callback,
|
||||
.enableAdaptiveResolution((decoderRenderer.getCapabilities() &
|
||||
VideoDecoderRenderer.CAPABILITY_ADAPTIVE_RESOLUTION) != 0)
|
||||
.enableLocalAudioPlayback(prefConfig.playHostAudio)
|
||||
.setMaxPacketSize(remote ? 1024 : 1392)
|
||||
.setMaxPacketSize(remote ? 1024 : 1292)
|
||||
.build();
|
||||
|
||||
// Initialize the connection
|
||||
|
||||
Reference in New Issue
Block a user