Add GfeVersion to start parameters

This commit is contained in:
Cameron Gutman
2019-02-27 00:08:57 -08:00
parent 3764f7dae4
commit 9738b1bbc2
3 changed files with 7 additions and 1 deletions

View File

@@ -701,7 +701,7 @@ function startGame(host, appID) {
}
sendMessage('startRequest', [host.address, streamWidth, streamHeight, frameRate,
bitrate.toString(), rikey, rikeyid.toString(), host.appVersion
bitrate.toString(), rikey, rikeyid.toString(), host.appVersion, host.gfeVersion
]);
}, function(failedResumeApp) {
console.eror('%c[index.js, startGame]', 'color:green;', 'Failed to resume the app! Returned error was' + failedResumeApp);