Explorar o código

qt: Add Qt version to LogRuntimes

Kyle Kienapfel %!s(int64=3) %!d(string=hai) anos
pai
achega
d23a35dfbd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/yuzu/main.cpp

+ 1 - 0
src/yuzu/main.cpp

@@ -235,6 +235,7 @@ static void LogRuntimes() {
         LOG_INFO(Frontend, "Unable to inspect {}", runtime_dll_name);
     }
 #endif
+    LOG_INFO(Frontend, "Qt Compile: {} Runtime: {}", QT_VERSION_STR, qVersion());
 }
 
 static QString PrettyProductName() {