mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
logging: minor trace optimizations
This commit is contained in:
parent
a90858193e
commit
16f869fe5a
9 changed files with 36 additions and 17 deletions
|
@ -251,7 +251,8 @@ namespace rsx
|
|||
|
||||
if ((location & ~7) != (CELL_GCM_CONTEXT_DMA_NOTIFY_MAIN_0 & ~7))
|
||||
{
|
||||
rsx_log.trace("NV4097_NOTIFY: invalid context = 0x%x", method_registers.context_dma_notify());
|
||||
if (rsx_log.trace)
|
||||
rsx_log.trace("NV4097_NOTIFY: invalid context = 0x%x", method_registers.context_dma_notify());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue