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/yuzu.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 '')
-rw-r--r-- | src/yuzu_cmd/yuzu.cpp (renamed from src/yuzu_cmd/citra.cpp) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/yuzu_cmd/citra.cpp b/src/yuzu_cmd/yuzu.cpp index e524c5535..5efbf3910 100644 --- a/src/yuzu_cmd/citra.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -24,8 +24,6 @@ #include <shellapi.h> #endif -#include "citra/config.h" -#include "citra/emu_window/emu_window_sdl2.h" #include "common/logging/backend.h" #include "common/logging/filter.h" #include "common/logging/log.h" @@ -36,6 +34,9 @@ #include "core/gdbstub/gdbstub.h" #include "core/loader/loader.h" #include "core/settings.h" +#include "yuzu_cmd/config.h" +#include "yuzu_cmd/emu_window/emu_window_sdl2.h" + static void PrintHelp(const char* argv0) { std::cout << "Usage: " << argv0 |