diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-28 03:07:53 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-28 03:41:24 +0200 |
commit | e91f2b7663e8be445761b21c26a3a861b6794b04 (patch) | |
tree | 0617e6895b869f58b3b8fb1ba14dffd6de6781f3 /src/citra | |
parent | Move screen size constants from video_core to core (diff) | |
download | yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.gz yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.bz2 yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.lz yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.xz yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.tar.zst yuzu-e91f2b7663e8be445761b21c26a3a861b6794b04.zip |
Diffstat (limited to '')
-rw-r--r-- | src/citra/citra.cpp | 1 | ||||
-rw-r--r-- | src/citra_qt/main.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp index 76f5caeb1..c0dac9e8f 100644 --- a/src/citra/citra.cpp +++ b/src/citra/citra.cpp @@ -33,7 +33,6 @@ #include "core/gdbstub/gdbstub.h" #include "core/loader/loader.h" #include "core/settings.h" -#include "video_core/video_core.h" static void PrintHelp(const char* argv0) { std::cout << "Usage: " << argv0 diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index d7fad555f..eb2c7d613 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -43,7 +43,6 @@ #include "core/gdbstub/gdbstub.h" #include "core/loader/loader.h" #include "core/settings.h" -#include "video_core/video_core.h" #ifdef QT_STATICPLUGIN Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin); |