Make StreamingPreferences accessible from QML for Settings integration

This commit is contained in:
Cameron Gutman
2018-07-08 17:33:47 -07:00
parent 67eb09d753
commit 7023bcf504
4 changed files with 51 additions and 7 deletions

View File

@@ -203,7 +203,7 @@ void Session::exec()
}
else {
http.launchApp(m_App.id, &m_StreamConfig,
prefs.enableGameOptimizations,
prefs.gameOptimizations,
prefs.playAudioOnHost,
inputHandler.getAttachedGamepadMask());
}