mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Implemented software video decoding and special key combos
This commit is contained in:
+10
-2
@@ -66,8 +66,16 @@ GridView {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
// TODO: Check if a different game is running
|
||||
var session = appModel.createSessionForApp(index);
|
||||
session.exec();
|
||||
var session = appModel.createSessionForApp(index)
|
||||
|
||||
// Don't poll while the stream is running
|
||||
ComputerManager.stopPollingAsync()
|
||||
|
||||
// Run the streaming session to completion
|
||||
session.exec()
|
||||
|
||||
// Start polling again
|
||||
ComputerManager.startPolling()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user