diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-12 04:38:17 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-13 03:11:04 +0100 |
commit | f5f28a4f6773e00e0f53454e881fb6d46dfbe6da (patch) | |
tree | b8f7e7afb2a47d1aa2bfe1401c58a7a854496596 /src/yuzu_cmd/config.cpp | |
parent | Remove gpu debugger and get yuzu qt to compile (diff) | |
download | yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar.gz yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar.bz2 yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar.lz yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar.xz yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar.zst yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.zip |
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
-rw-r--r-- | src/yuzu_cmd/config.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yuzu_cmd/config.cpp b/src/yuzu_cmd/config.cpp index 94d1a9f1c..eee3f5c5e 100644 --- a/src/yuzu_cmd/config.cpp +++ b/src/yuzu_cmd/config.cpp @@ -5,13 +5,14 @@ #include <memory> #include <SDL.h> #include <inih/cpp/INIReader.h> -#include "citra/config.h" -#include "citra/default_ini.h" #include "common/file_util.h" #include "common/logging/log.h" #include "common/param_package.h" #include "core/settings.h" #include "input_common/main.h" +#include "yuzu_cmd/config.h" +#include "yuzu_cmd/default_ini.h" + Config::Config() { // TODO: Don't hardcode the path; let the frontend decide where to put the config files. |