summaryrefslogtreecommitdiffstats
path: root/src/citra/citra.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 03:07:53 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 03:41:24 +0200
commite91f2b7663e8be445761b21c26a3a861b6794b04 (patch)
tree0617e6895b869f58b3b8fb1ba14dffd6de6781f3 /src/citra/citra.cpp
parentMove screen size constants from video_core to core (diff)
downloadyuzu-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.cpp1
1 files changed, 0 insertions, 1 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