From f5f28a4f6773e00e0f53454e881fb6d46dfbe6da Mon Sep 17 00:00:00 2001 From: James Rowe Date: Thu, 11 Jan 2018 20:38:17 -0700 Subject: Get yuzu sdl to start compiling --- src/yuzu_cmd/config.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/yuzu_cmd/config.cpp') 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 #include #include -#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. -- cgit v1.2.3