summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/main.cpp')
-rw-r--r--src/citra_qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index bf010a2ba..038bfa07d 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -240,7 +240,7 @@ void GMainWindow::OnDisplayTitleBars(bool show)
240} 240}
241 241
242void GMainWindow::BootGame(const std::string& filename) { 242void GMainWindow::BootGame(const std::string& filename) {
243 LOG_INFO(Frontend, "Citra starting...\n"); 243 LOG_INFO(Frontend, "Citra starting...");
244 244
245 // Shutdown previous session if the emu thread is still active... 245 // Shutdown previous session if the emu thread is still active...
246 if (emu_thread != nullptr) 246 if (emu_thread != nullptr)