Просмотр исходного кода

Change "yuzu starting..." to be logged with the new macro

Just as a proof that it works
Daniel Lim Wee Soong 8 лет назад
Родитель
Сommit
47f96fe13a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/yuzu/main.cpp

+ 1 - 1
src/yuzu/main.cpp

@@ -387,7 +387,7 @@ bool GMainWindow::LoadROM(const QString& filename) {
 }
 
 void GMainWindow::BootGame(const QString& filename) {
-    LOG_INFO(Frontend, "yuzu starting...");
+    NGLOG_INFO(Frontend, "yuzu starting...");
     StoreRecentFile(filename); // Put the filename on top of the list
 
     if (!LoadROM(filename))