diff options
author | german77 <juangerman-13@hotmail.com> | 2021-11-01 14:17:53 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:26 -0600 |
commit | 77fa4d4bf60526826ef8b53ee3870f7d2a761976 (patch) | |
tree | 3c6c07d535bd912ed085be9b826103a6eabe718f /src/yuzu/applets/qt_controller.cpp | |
parent | 730f07830247cfcdc551c253d30c6717fc16316c (diff) |
second commit lion review
Diffstat (limited to 'src/yuzu/applets/qt_controller.cpp')
-rw-r--r-- | src/yuzu/applets/qt_controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/qt_controller.cpp b/src/yuzu/applets/qt_controller.cpp index e9cb578b4a..9c6377cf0a 100644 --- a/src/yuzu/applets/qt_controller.cpp +++ b/src/yuzu/applets/qt_controller.cpp @@ -10,6 +10,7 @@ #include "common/string_util.h" #include "core/core.h" #include "core/hid/emulated_controller.h" +#include "core/hid/hid_core.h" #include "core/hid/hid_types.h" #include "core/hle/lock.h" #include "core/hle/service/hid/controllers/npad.h" |