Update common for the app launch support

This commit is contained in:
Cameron Gutman 2014-06-29 12:40:22 -07:00
parent a450cd5b01
commit b24abc6ddd
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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);