소스 검색

qt: Add Qt version to LogRuntimes

Kyle Kienapfel 3 년 전
부모
커밋
d23a35dfbd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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() {