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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user