Browse Source

qt: Add Qt version to LogRuntimes

nce_cpp
Kyle Kienapfel 3 years ago
parent
commit
11903d9b88
  1. 1
      src/yuzu/main.cpp

1
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() {

Loading…
Cancel
Save