summaryrefslogtreecommitdiffstats
path: root/src/citra_qt
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-14 08:55:11 +0100
committerYuri Kunde Schlesner <yuriks@yuriks.net>2014-12-16 04:08:38 +0100
commitca67bb7945bf358cf38242a04febfd3375760947 (patch)
tree831ebab2a75fc4b096f61dfefaa462805e22ac4e /src/citra_qt
parentHLE: Move kernel/archive.* to service/fs/ (diff)
downloadyuzu-ca67bb7945bf358cf38242a04febfd3375760947.tar
yuzu-ca67bb7945bf358cf38242a04febfd3375760947.tar.gz
yuzu-ca67bb7945bf358cf38242a04febfd3375760947.tar.bz2
yuzu-ca67bb7945bf358cf38242a04febfd3375760947.tar.lz
yuzu-ca67bb7945bf358cf38242a04febfd3375760947.tar.xz
yuzu-ca67bb7945bf358cf38242a04febfd3375760947.tar.zst
yuzu-ca67bb7945bf358cf38242a04febfd3375760947.zip
Diffstat (limited to 'src/citra_qt')
-rw-r--r--src/citra_qt/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index 1299338ac..23d4925b8 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -157,12 +157,6 @@ void GMainWindow::BootGame(std::string filename)
LOG_INFO(Frontend, "Citra starting...\n");
System::Init(render_window);
- if (Core::Init()) {
- LOG_CRITICAL(Frontend, "Core initialization failed, exiting...");
- Core::Stop();
- exit(1);
- }
-
// Load a game or die...
if (Loader::ResultStatus::Success != Loader::LoadFile(filename)) {
LOG_CRITICAL(Frontend, "Failed to load ROM!");