diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2022-12-04 16:44:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-04 16:44:12 +0100 |
commit | 02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4 (patch) | |
tree | 25de4a77ee6f3f29e01470bf885b4fa58deb8323 /src/core | |
parent | Merge pull request #9344 from liamwhite/null (diff) | |
parent | externals: update dynarmic, SDL2 (diff) | |
download | yuzu-02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4.tar yuzu-02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4.tar.gz yuzu-02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4.tar.bz2 yuzu-02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4.tar.lz yuzu-02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4.tar.xz yuzu-02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4.tar.zst yuzu-02b10a6e4dca0ed94e20e1b7dcc69a073d1f22a4.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hid/emulated_controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.cpp b/src/core/hid/emulated_controller.cpp index c96d9eef3..9779378be 100644 --- a/src/core/hid/emulated_controller.cpp +++ b/src/core/hid/emulated_controller.cpp @@ -3,6 +3,7 @@ #include <algorithm> +#include "common/polyfill_ranges.h" #include "common/thread.h" #include "core/hid/emulated_controller.h" #include "core/hid/input_converter.h" |