diff options
| author | german <german@thesoftwareartisans.com> | 2020-11-17 22:55:09 -0600 |
|---|---|---|
| committer | german <german@thesoftwareartisans.com> | 2020-11-25 23:59:30 -0600 |
| commit | e46f0e084c73420f8c76c514079952ca0acf1ebe (patch) | |
| tree | 9d17776f73ffee5a42e20a7d4b12409e830cce26 /src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp | |
| parent | 1889b641d90188a3e890e2b1409f37e042e946b4 (diff) | |
Implement full mouse support
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp')
| -rw-r--r-- | src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp index 5f35233b5..a103b04bd 100644 --- a/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp +++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_gl.cpp @@ -17,7 +17,6 @@ #include "core/settings.h" #include "input_common/keyboard.h" #include "input_common/main.h" -#include "input_common/motion_emu.h" #include "video_core/renderer_base.h" #include "yuzu_cmd/emu_window/emu_window_sdl2_gl.h" |
