mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 11:07:59 -05:00
qt: Add Qt version to LogRuntimes
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user