diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-11 20:33:56 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-12 19:11:04 -0700 |
commit | 389979018cce654b1ade0161abfc627832afe592 (patch) | |
tree | 90536049d982e4f5ee1df984b1d9da52db704e95 /src/yuzu/configuration/config.cpp | |
parent | 1d28b2e142f845773e2b90e267d9632e196a99b9 (diff) |
Remove gpu debugger and get yuzu qt to compile
Diffstat (limited to 'src/yuzu/configuration/config.cpp')
-rw-r--r-- | src/yuzu/configuration/config.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yuzu/configuration/config.cpp b/src/yuzu/configuration/config.cpp index fd884db7a2..362f4ffe28 100644 --- a/src/yuzu/configuration/config.cpp +++ b/src/yuzu/configuration/config.cpp @@ -3,10 +3,11 @@ // Refer to the license.txt file included. #include <QSettings> -#include "citra_qt/configuration/config.h" -#include "citra_qt/ui_settings.h" #include "common/file_util.h" #include "input_common/main.h" +#include "yuzu/configuration/config.h" +#include "yuzu/ui_settings.h" + Config::Config() { // TODO: Don't hardcode the path; let the frontend decide where to put the config files. |