summaryrefslogtreecommitdiff
path: root/src/yuzu/hotkeys.cpp
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-11 20:33:56 -0700
committerJames Rowe <jroweboy@gmail.com>2018-01-12 19:11:04 -0700
commit389979018cce654b1ade0161abfc627832afe592 (patch)
tree90536049d982e4f5ee1df984b1d9da52db704e95 /src/yuzu/hotkeys.cpp
parent1d28b2e142f845773e2b90e267d9632e196a99b9 (diff)
Remove gpu debugger and get yuzu qt to compile
Diffstat (limited to 'src/yuzu/hotkeys.cpp')
-rw-r--r--src/yuzu/hotkeys.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/hotkeys.cpp b/src/yuzu/hotkeys.cpp
index 158ed506f..42f026464 100644
--- a/src/yuzu/hotkeys.cpp
+++ b/src/yuzu/hotkeys.cpp
@@ -6,8 +6,8 @@
#include <QKeySequence>
#include <QShortcut>
#include <QtGlobal>
-#include "citra_qt/hotkeys.h"
-#include "citra_qt/ui_settings.h"
+#include "yuzu/hotkeys.h"
+#include "yuzu/ui_settings.h"
struct Hotkey {
Hotkey() : shortcut(nullptr), context(Qt::WindowShortcut) {}