mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-16 20:57:32 +01:00
qt: Add Qt version to LogRuntimes
This commit is contained in:
parent
ad3ee5c52b
commit
d23a35dfbd
@ -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…
Reference in New Issue
Block a user