mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Drop Support for QtGamepad
This commit is contained in:
parent
699d6bb1d9
commit
57b0b683e8
6 changed files with 0 additions and 104 deletions
|
@ -31,10 +31,6 @@
|
|||
#include <QMouseEvent>
|
||||
#include <QTimer>
|
||||
|
||||
#if CHIAKI_GUI_ENABLE_QT_GAMEPAD
|
||||
class QGamepad;
|
||||
#endif
|
||||
|
||||
class QAudioOutput;
|
||||
class QIODevice;
|
||||
class QKeyEvent;
|
||||
|
@ -72,9 +68,6 @@ class StreamSession : public QObject
|
|||
ChiakiSession session;
|
||||
ChiakiOpusDecoder opus_decoder;
|
||||
|
||||
#if CHIAKI_GUI_ENABLE_QT_GAMEPAD
|
||||
QGamepad *gamepad;
|
||||
#endif
|
||||
Controller *controller;
|
||||
|
||||
ChiakiControllerState keyboard_state;
|
||||
|
@ -103,9 +96,6 @@ class StreamSession : public QObject
|
|||
|
||||
void SetLoginPIN(const QString &pin);
|
||||
|
||||
#if CHIAKI_GUI_ENABLE_QT_GAMEPAD
|
||||
QGamepad *GetGamepad() { return gamepad; }
|
||||
#endif
|
||||
Controller *GetController() { return controller; }
|
||||
VideoDecoder *GetVideoDecoder() { return &video_decoder; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue