summaryrefslogtreecommitdiffstats
path: root/src/core/hid/input_interpreter.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-20 22:02:01 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:22 +0100
commitbf71d18af99368d7658c9519086c40e73c6abfdd (patch)
tree1040c7d8554106215b6da4637f75aabc0154d9c7 /src/core/hid/input_interpreter.cpp
parentcommon: Rewrite and move core/frontend/input.h to common (diff)
downloadyuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar
yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.gz
yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.bz2
yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.lz
yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.xz
yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.tar.zst
yuzu-bf71d18af99368d7658c9519086c40e73c6abfdd.zip
Diffstat (limited to '')
-rw-r--r--src/core/hid/input_interpreter.cpp (renamed from src/core/frontend/input_interpreter.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/input_interpreter.cpp b/src/core/hid/input_interpreter.cpp
index 9f6a90e8f..c33d8a11a 100644
--- a/src/core/frontend/input_interpreter.cpp
+++ b/src/core/hid/input_interpreter.cpp
@@ -3,7 +3,7 @@
// Refer to the license.txt file included.
#include "core/core.h"
-#include "core/frontend/input_interpreter.h"
+#include "core/hid/input_interpreter.h"
#include "core/hle/service/hid/controllers/npad.h"
#include "core/hle/service/hid/hid.h"
#include "core/hle/service/sm/sm.h"