diff options
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 @@ | |||
| 5 | #include <memory> | 5 | #include <memory> |
| 6 | #include <SDL.h> | 6 | #include <SDL.h> |
| 7 | #include <inih/cpp/INIReader.h> | 7 | #include <inih/cpp/INIReader.h> |
| 8 | #include "citra/config.h" | ||
| 9 | #include "citra/default_ini.h" | ||
| 10 | #include "common/file_util.h" | 8 | #include "common/file_util.h" |
| 11 | #include "common/logging/log.h" | 9 | #include "common/logging/log.h" |
| 12 | #include "common/param_package.h" | 10 | #include "common/param_package.h" |
| 13 | #include "core/settings.h" | 11 | #include "core/settings.h" |
| 14 | #include "input_common/main.h" | 12 | #include "input_common/main.h" |
| 13 | #include "yuzu_cmd/config.h" | ||
| 14 | #include "yuzu_cmd/default_ini.h" | ||
| 15 | |||
| 15 | 16 | ||
| 16 | Config::Config() { | 17 | Config::Config() { |
| 17 | // TODO: Don't hardcode the path; let the frontend decide where to put the config files. | 18 | // TODO: Don't hardcode the path; let the frontend decide where to put the config files. |