Address broken error checking for launch requests and other minor issues

This commit is contained in:
Cameron Gutman
2018-06-12 21:23:24 -07:00
parent 1194556b9c
commit 754173543a
4 changed files with 41 additions and 31 deletions

View File

@@ -417,9 +417,7 @@ NvHTTP.prototype = {
'&remoteControllersBitmap=' + gamepadMask +
'&gcmap=' + gamepadMask,
false
]).then(function(ret) {
return true;
});
]);
},
resumeApp: function(rikey, rikeyid, surroundAudioInfo) {
@@ -430,9 +428,7 @@ NvHTTP.prototype = {
'&rikeyid=' + rikeyid +
'&surroundAudioInfo=' + surroundAudioInfo,
false
]).then(function(ret) {
return true;
});
]);
},
quitApp: function() {