diff options
author | James Rowe <jroweboy@gmail.com> | 2017-08-19 23:43:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-19 23:43:01 -0600 |
commit | bbfa9d0635ce4b9226bed02ea1b6e8ddbb7e8a56 (patch) | |
tree | 5bfecf66096077d72346da902a9646314cb60631 /src/citra_qt/bootmanager.h | |
parent | 8afa81ac1bbb0ffb67faf87e9ee696145a40bb99 (diff) | |
parent | 54c0c8adee90d374e954e742d6d03279ef2e7ed7 (diff) |
Merge pull request #2861 from wwylele/motion-refactor
Refactor MotionEmu into a InputDevice
Diffstat (limited to 'src/citra_qt/bootmanager.h')
-rw-r--r-- | src/citra_qt/bootmanager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/citra_qt/bootmanager.h b/src/citra_qt/bootmanager.h index 4b3a3b3cc..6974edcbb 100644 --- a/src/citra_qt/bootmanager.h +++ b/src/citra_qt/bootmanager.h @@ -12,7 +12,6 @@ #include "common/thread.h" #include "core/core.h" #include "core/frontend/emu_window.h" -#include "core/frontend/motion_emu.h" class QKeyEvent; class QScreen; @@ -158,9 +157,6 @@ private: EmuThread* emu_thread; - /// Motion sensors emulation - std::unique_ptr<Motion::MotionEmu> motion_emu; - protected: void showEvent(QShowEvent* event) override; }; |