Dirty Feedback State working!

This commit is contained in:
Florian Märkl 2019-06-29 19:06:43 +02:00
commit caa70ab55f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
11 changed files with 64 additions and 19 deletions

View file

@ -60,6 +60,7 @@ class StreamSession : public QObject
private slots:
void UpdateGamepads();
void SendFeedbackState();
};
#endif // CHIAKI_STREAMSESSION_H