mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-06 15:57:51 -05:00
core: Move emu_window and key_map into core
* Removes circular dependences (common should not depend on core)
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
#include <mutex>
|
||||
#include <QGLWidget>
|
||||
#include <QThread>
|
||||
#include "common/emu_window.h"
|
||||
#include "common/thread.h"
|
||||
#include "core/frontend/emu_window.h"
|
||||
|
||||
class QKeyEvent;
|
||||
class QScreen;
|
||||
|
Reference in New Issue
Block a user