mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Update common for the app launch support
This commit is contained in:
parent
a450cd5b01
commit
b24abc6ddd
Binary file not shown.
@ -190,7 +190,7 @@ public class Game extends Activity implements SurfaceHolder.Callback, OnGenericM
|
|||||||
|
|
||||||
// Start the connection
|
// Start the connection
|
||||||
conn = new NvConnection(host, Game.this,
|
conn = new NvConnection(host, Game.this,
|
||||||
new StreamConfiguration(width, height, refreshRate, bitrate * 1000,
|
new StreamConfiguration("Steam", width, height, refreshRate, bitrate * 1000,
|
||||||
enableLargePackets ? 1460 : 1024), PlatformBinding.getCryptoProvider(this));
|
enableLargePackets ? 1460 : 1024), PlatformBinding.getCryptoProvider(this));
|
||||||
keybTranslator = new KeyboardTranslator(conn);
|
keybTranslator = new KeyboardTranslator(conn);
|
||||||
controllerHandler = new ControllerHandler(conn);
|
controllerHandler = new ControllerHandler(conn);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user