aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/yuzu/debugger/controller.cpp
diff options
context:
space:
mode:
authorNarr the Reg <[email protected]>2024-01-04 20:37:43 -0600
committerNarr the Reg <[email protected]>2024-01-05 11:41:15 -0600
commitee847f8ff0b1b0aec39c1b78c010bc0c08a0a613 (patch)
tree3b95cbb74be05f0ce7a007353f1f9f95e1ed3901 /src/yuzu/debugger/controller.cpp
parent92a331af76cba638f01490eeb0045ca4d6d27df7 (diff)
downloadyuzu-mainline-ee847f8ff0b1b0aec39c1b78c010bc0c08a0a613.tar.gz
yuzu-mainline-ee847f8ff0b1b0aec39c1b78c010bc0c08a0a613.zip
hid_core: Move hid to it's own subproject
Diffstat (limited to 'src/yuzu/debugger/controller.cpp')
-rw-r--r--src/yuzu/debugger/controller.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/debugger/controller.cpp b/src/yuzu/debugger/controller.cpp
index e2f55ebae..216d2974d 100644
--- a/src/yuzu/debugger/controller.cpp
+++ b/src/yuzu/debugger/controller.cpp
@@ -5,8 +5,8 @@
#include <QLayout>
#include <QString>
#include "common/settings.h"
-#include "core/hid/emulated_controller.h"
-#include "core/hid/hid_core.h"
+#include "hid_core/frontend/emulated_controller.h"
+#include "hid_core/hid_core.h"
#include "input_common/drivers/tas_input.h"
#include "input_common/main.h"
#include "yuzu/configuration/configure_input_player_widget.h"