diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-14 21:34:27 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-11-15 09:59:54 -0600 |
commit | c9cd938dfd8fc40ec58d61dc453bc31d3b811496 (patch) | |
tree | 212bc48872c33d21a9cf47b8c779a71cb04051f5 /src/yuzu/applets/qt_controller.cpp | |
parent | a134e924ff5dcefa1e2d572040c5bc09c49d199c (diff) |
service: hid: Split hid.cpp into individual interfaces
Diffstat (limited to 'src/yuzu/applets/qt_controller.cpp')
-rw-r--r-- | src/yuzu/applets/qt_controller.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/applets/qt_controller.cpp b/src/yuzu/applets/qt_controller.cpp index 515cb7ce6..9e5319716 100644 --- a/src/yuzu/applets/qt_controller.cpp +++ b/src/yuzu/applets/qt_controller.cpp @@ -13,7 +13,6 @@ #include "core/hid/hid_core.h" #include "core/hid/hid_types.h" #include "core/hle/service/hid/controllers/npad.h" -#include "core/hle/service/hid/hid.h" #include "core/hle/service/sm/sm.h" #include "ui_qt_controller.h" #include "yuzu/applets/qt_controller.h" |