diff options
| author | 2014-12-15 22:15:08 -0500 | |
|---|---|---|
| committer | 2014-12-15 22:15:08 -0500 | |
| commit | cd2a31eaf4a35568a18840eba7d3cdac59881d2f (patch) | |
| tree | 37a4d61adebae300e8ef172538c6a2d2eae80ff1 /src/citra_qt/main.cpp | |
| parent | Update README.md (diff) | |
| parent | Work around libstdc++'s lack of support for std::hash on enums (diff) | |
| download | yuzu-cd2a31eaf4a35568a18840eba7d3cdac59881d2f.tar.gz yuzu-cd2a31eaf4a35568a18840eba7d3cdac59881d2f.tar.xz yuzu-cd2a31eaf4a35568a18840eba7d3cdac59881d2f.zip | |
Merge pull request #283 from yuriks/archive-refactor
Archive refactor
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 6 |
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) | |||
| 157 | LOG_INFO(Frontend, "Citra starting...\n"); | 157 | LOG_INFO(Frontend, "Citra starting...\n"); |
| 158 | System::Init(render_window); | 158 | System::Init(render_window); |
| 159 | 159 | ||
| 160 | if (Core::Init()) { | ||
| 161 | LOG_CRITICAL(Frontend, "Core initialization failed, exiting..."); | ||
| 162 | Core::Stop(); | ||
| 163 | exit(1); | ||
| 164 | } | ||
| 165 | |||
| 166 | // Load a game or die... | 160 | // Load a game or die... |
| 167 | if (Loader::ResultStatus::Success != Loader::LoadFile(filename)) { | 161 | if (Loader::ResultStatus::Success != Loader::LoadFile(filename)) { |
| 168 | LOG_CRITICAL(Frontend, "Failed to load ROM!"); | 162 | LOG_CRITICAL(Frontend, "Failed to load ROM!"); |