move MotionEmu from core/frontend to input_common as a InputDevice
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user