mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +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
@ -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…
Reference in New Issue
Block a user