summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/qt_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-27 23:26:51 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2021-12-02 15:17:44 -0600
commit5ba7b11ba49ecba530612248286482f94799672c (patch)
tree16439df3a2c0d1f1169e45cefea492572413f6ba /src/yuzu/applets/qt_controller.h
parent46e3ed5a483eac404ff1e2103ecc4e93e815d45b (diff)
yuzu: Implement basic controller navigation
Diffstat (limited to 'src/yuzu/applets/qt_controller.h')
-rw-r--r--src/yuzu/applets/qt_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/applets/qt_controller.h b/src/yuzu/applets/qt_controller.h
index cc343e5ae..7ab9ced3d 100644
--- a/src/yuzu/applets/qt_controller.h
+++ b/src/yuzu/applets/qt_controller.h
@@ -7,7 +7,6 @@
#include <array>
#include <memory>
#include <QDialog>
-#include "core/core.h"
#include "core/frontend/applets/controller.h"
class GMainWindow;
@@ -32,8 +31,9 @@ class System;
}
namespace Core::HID {
+class HIDCore;
enum class NpadStyleIndex : u8;
-}
+} // namespace Core::HID
class QtControllerSelectorDialog final : public QDialog {
Q_OBJECT