diff options
| author | 2022-09-01 19:27:33 -0700 | |
|---|---|---|
| committer | 2022-11-17 19:14:14 -0800 | |
| commit | d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a (patch) | |
| tree | 457db403bdb452da14e02243c6278aaab7497b74 /src | |
| parent | Qt6: Disable IR Sensor when compiling with Qt6 (diff) | |
| download | yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar.gz yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.tar.xz yuzu-d23a35dfbd9d0edd5fcf8802eedf1910792f0c7a.zip | |
qt: Add Qt version to LogRuntimes
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 26c593fce..34c10fd72 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp | |||
| @@ -235,6 +235,7 @@ static void LogRuntimes() { | |||
| 235 | LOG_INFO(Frontend, "Unable to inspect {}", runtime_dll_name); | 235 | LOG_INFO(Frontend, "Unable to inspect {}", runtime_dll_name); |
| 236 | } | 236 | } |
| 237 | #endif | 237 | #endif |
| 238 | LOG_INFO(Frontend, "Qt Compile: {} Runtime: {}", QT_VERSION_STR, qVersion()); | ||
| 238 | } | 239 | } |
| 239 | 240 | ||
| 240 | static QString PrettyProductName() { | 241 | static QString PrettyProductName() { |