diff options
| author | 2017-01-28 12:33:35 +0200 | |
|---|---|---|
| committer | 2017-03-01 23:30:57 +0200 | |
| commit | e02c4b71955021ecca294015aaf331add8d5c554 (patch) | |
| tree | 9c3361df17c147453ba1e13c5a4f080b5e05c235 /src/citra_qt/bootmanager.cpp | |
| parent | Qt: rework input configuration for new input system (diff) | |
| download | yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar.gz yuzu-e02c4b71955021ecca294015aaf331add8d5c554.tar.xz yuzu-e02c4b71955021ecca294015aaf331add8d5c554.zip | |
Input: remove unused stuff & clean up
1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID
2. removed button handling in EmuWindow
3. removed key_map
4. cleanup #include
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 66c883d9a..28264df9a 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include "common/scm_rev.h" | 13 | #include "common/scm_rev.h" |
| 14 | #include "common/string_util.h" | 14 | #include "common/string_util.h" |
| 15 | #include "core/core.h" | 15 | #include "core/core.h" |
| 16 | #include "core/settings.h" | ||
| 16 | #include "input_common/keyboard.h" | 17 | #include "input_common/keyboard.h" |
| 17 | #include "input_common/main.h" | 18 | #include "input_common/main.h" |
| 18 | #include "video_core/debug_utils/debug_utils.h" | 19 | #include "video_core/debug_utils/debug_utils.h" |