summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/config.cpp
diff options
context:
space:
mode:
authorGravatar James Rowe2018-01-11 20:38:17 -0700
committerGravatar James Rowe2018-01-12 19:11:04 -0700
commitf5f28a4f6773e00e0f53454e881fb6d46dfbe6da (patch)
treeb8f7e7afb2a47d1aa2bfe1401c58a7a854496596 /src/yuzu_cmd/config.cpp
parentRemove gpu debugger and get yuzu qt to compile (diff)
downloadyuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar.gz
yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.tar.xz
yuzu-f5f28a4f6773e00e0f53454e881fb6d46dfbe6da.zip
Get yuzu sdl to start compiling
Diffstat (limited to 'src/yuzu_cmd/config.cpp')
-rw-r--r--src/yuzu_cmd/config.cpp5
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
16Config::Config() { 17Config::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.