mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
rsx: Drop meaningless log message
- This used to be a big deal a decade ago, now its just wasting CPU cycles and filling up log files
This commit is contained in:
parent
8ccc30725a
commit
b067688c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1496,7 +1496,7 @@ namespace rsx
|
|||
|
||||
void on_miss()
|
||||
{
|
||||
rsx_log.warning("Cache miss at address 0x%X. This is gonna hurt...", get_section_base());
|
||||
// rsx_log.trace("Cache miss at address 0x%X. This is gonna hurt...", get_section_base());
|
||||
m_tex_cache->on_miss(*derived());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue