aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/yuzu/hotkeys.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/hotkeys.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/hotkeys.cpp')
-rw-r--r--src/yuzu/hotkeys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp
index eebfbf155..b7693ad0d 100644
--- a/src/yuzu/hotkeys.cpp
+++ b/src/yuzu/hotkeys.cpp
@@ -6,7 +6,7 @@
#include <QTreeWidgetItem>
#include <QtGlobal>
-#include "core/hid/emulated_controller.h"
+#include "hid_core/frontend/emulated_controller.h"
#include "yuzu/hotkeys.h"
#include "yuzu/uisettings.h"