mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-01 04:07:52 -05:00
Convert old logging calls to new logging macros
This commit is contained in:
@ -39,7 +39,7 @@ public:
|
||||
virtual void GXCommandProcessed(int total_command_count)
|
||||
{
|
||||
const GSP_GPU::Command& cmd = observed->ReadGXCommandHistory(total_command_count-1);
|
||||
ERROR_LOG(GSP, "Received command: id=%x", (int)cmd.id.Value());
|
||||
LOG_TRACE(Debug_GPU, "Received command: id=%x", (int)cmd.id.Value());
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user