mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Log LLVM version
This commit is contained in:
parent
8f660fc6b1
commit
448666c896
2 changed files with 18 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ int main(int argc, char** argv)
|
|||
logs::stored_message qt{(strcmp(QT_VERSION_STR, qVersion()) != 0) ? sys_log.error : sys_log.notice};
|
||||
qt.text = fmt::format("Qt version: Compiled against Qt %s | Run-time uses Qt %s", QT_VERSION_STR, qVersion());
|
||||
|
||||
// Write current time
|
||||
logs::stored_message time{sys_log.always()};
|
||||
time.text = fmt::format("Current Time: %s", std::chrono::system_clock::now());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue