mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
vk: Silence log spam
This commit is contained in:
parent
504ab5a6d4
commit
a56ba737b5
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ bool VKGSRender::on_access_violation(u32 address, bool is_writing)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LOG_ERROR(RSX, "Fault in uninterruptible code!");
|
//LOG_ERROR(RSX, "Fault in uninterruptible code!");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sync_timestamp > 0)
|
if (sync_timestamp > 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue