diff options
Diffstat (limited to 'src/citron/hotkeys.cpp')
-rw-r--r-- | src/citron/hotkeys.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citron/hotkeys.cpp b/src/citron/hotkeys.cpp index 1931dcd1f..7346e8a53 100644 --- a/src/citron/hotkeys.cpp +++ b/src/citron/hotkeys.cpp @@ -7,8 +7,8 @@ #include <QtGlobal> #include "hid_core/frontend/emulated_controller.h" -#include "yuzu/hotkeys.h" -#include "yuzu/uisettings.h" +#include "citron/hotkeys.h" +#include "citron/uisettings.h" HotkeyRegistry::HotkeyRegistry() = default; HotkeyRegistry::~HotkeyRegistry() = default; |