diff options
author | wwylele <wwylele@gmail.com> | 2017-08-07 00:04:06 +0300 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-08-11 11:05:08 +0300 |
commit | 188194908c2785bd1e03485941b9148777cdddd7 (patch) | |
tree | ab6cd04195f5e18bd1e7dd21a7c2896066827a6f /src/citra/emu_window/emu_window_sdl2.h | |
parent | 867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0 (diff) |
move MotionEmu from core/frontend to input_common as a InputDevice
Diffstat (limited to 'src/citra/emu_window/emu_window_sdl2.h')
-rw-r--r-- | src/citra/emu_window/emu_window_sdl2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/citra/emu_window/emu_window_sdl2.h b/src/citra/emu_window/emu_window_sdl2.h index 1ce2991f7..3664d2fbe 100644 --- a/src/citra/emu_window/emu_window_sdl2.h +++ b/src/citra/emu_window/emu_window_sdl2.h @@ -7,7 +7,6 @@ #include <memory> #include <utility> #include "core/frontend/emu_window.h" -#include "core/frontend/motion_emu.h" struct SDL_Window; @@ -57,7 +56,4 @@ private: using SDL_GLContext = void*; /// The OpenGL context associated with the window SDL_GLContext gl_context; - - /// Motion sensors emulation - std::unique_ptr<Motion::MotionEmu> motion_emu; }; |