summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-11-01 14:17:53 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-24 20:30:26 -0600
commit77fa4d4bf60526826ef8b53ee3870f7d2a761976 (patch)
tree3c6c07d535bd912ed085be9b826103a6eabe718f /src/yuzu/debugger
parent730f07830247cfcdc551c253d30c6717fc16316c (diff)
second commit lion review
Diffstat (limited to 'src/yuzu/debugger')
-rw-r--r--src/yuzu/debugger/controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuzu/debugger/controller.h b/src/yuzu/debugger/controller.h
index ba4185a4b..d08643baa 100644
--- a/src/yuzu/debugger/controller.h
+++ b/src/yuzu/debugger/controller.h
@@ -21,7 +21,8 @@ class System;
namespace Core::HID {
class EmulatedController;
-}
+enum class ControllerTriggerType;
+} // namespace Core::HID
class ControllerDialog : public QWidget {
Q_OBJECT