summaryrefslogtreecommitdiff
path: root/src/yuzu/util/controller_navigation.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2024-01-04 20:37:43 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2024-01-05 11:41:15 -0600
commitee847f8ff0b1b0aec39c1b78c010bc0c08a0a613 (patch)
tree3b95cbb74be05f0ce7a007353f1f9f95e1ed3901 /src/yuzu/util/controller_navigation.cpp
parent92a331af76cba638f01490eeb0045ca4d6d27df7 (diff)
hid_core: Move hid to it's own subproject
Diffstat (limited to 'src/yuzu/util/controller_navigation.cpp')
-rw-r--r--src/yuzu/util/controller_navigation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/util/controller_navigation.cpp b/src/yuzu/util/controller_navigation.cpp
index d49ae67cd..2690b075d 100644
--- a/src/yuzu/util/controller_navigation.cpp
+++ b/src/yuzu/util/controller_navigation.cpp
@@ -2,8 +2,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#include "common/settings_input.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 "yuzu/util/controller_navigation.h"
ControllerNavigation::ControllerNavigation(Core::HID::HIDCore& hid_core, QWidget* parent) {