Get yuzu sdl to start compiling

This commit is contained in:
James Rowe 2018-01-11 20:38:17 -07:00
parent 389979018c
commit f5f28a4f67
5 changed files with 12 additions and 12 deletions

View file

@ -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.