Consolidate launch and resume and skip FPS hack for Sunshine

This commit is contained in:
Cameron Gutman
2023-02-03 00:36:30 -06:00
parent 5de29928cd
commit 80659160d3
3 changed files with 26 additions and 53 deletions
+8 -10
View File
@@ -162,16 +162,14 @@ public:
quitApp();
void
resumeApp(PSTREAM_CONFIGURATION streamConfig,
QString& rtspSessionUrl);
void
launchApp(int appId,
PSTREAM_CONFIGURATION streamConfig,
bool sops,
bool localAudio,
int gamepadMask,
QString& rtspSessionUrl);
startApp(QString verb,
bool isGfe,
int appId,
PSTREAM_CONFIGURATION streamConfig,
bool sops,
bool localAudio,
int gamepadMask,
QString& rtspSessionUrl);
QVector<NvApp>
getAppList();