From 389979018cce654b1ade0161abfc627832afe592 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 20:33:56 -0700 Subject: Remove gpu debugger and get yuzu qt to compile --- src/yuzu/hotkeys.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yuzu/hotkeys.cpp') 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 #include #include -#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) {} -- cgit v1.2.3