diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-02-04 04:44:28 +0100 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-02-04 04:44:28 +0100 |
commit | fbefcf7280e707aaecf2d16fa89abd21c25761f6 (patch) | |
tree | 8f81b48f9955d26e27bde8d4fa630bc37bf43a7a /src/input_common/helpers | |
parent | Merge pull request #7811 from german77/analog-mod (diff) | |
download | yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar.gz yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar.bz2 yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar.lz yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar.xz yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.tar.zst yuzu-fbefcf7280e707aaecf2d16fa89abd21c25761f6.zip |
Diffstat (limited to 'src/input_common/helpers')
-rw-r--r-- | src/input_common/helpers/touch_from_buttons.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input_common/helpers/touch_from_buttons.cpp b/src/input_common/helpers/touch_from_buttons.cpp index ece1e3b32..f1b57d03a 100644 --- a/src/input_common/helpers/touch_from_buttons.cpp +++ b/src/input_common/helpers/touch_from_buttons.cpp @@ -4,7 +4,6 @@ #include <algorithm> #include "common/settings.h" -#include "core/frontend/framebuffer_layout.h" #include "input_common/helpers/touch_from_buttons.h" namespace InputCommon { |