mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Log timestamp added
This commit is contained in:
parent
47fdaf6902
commit
f08579d201
3 changed files with 53 additions and 6 deletions
|
|
@ -46,7 +46,7 @@ struct gui_listener : logs::listener
|
|||
delete read;
|
||||
}
|
||||
|
||||
void log(const logs::message& msg, const std::string& prefix, const std::string& text)
|
||||
void log(u64 stamp, const logs::message& msg, const std::string& prefix, const std::string& text)
|
||||
{
|
||||
if (msg.sev <= enabled)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue