From a56ba737b56e809e9f42b097c99dbee82004bd3d Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sun, 2 Dec 2018 16:27:10 +0300 Subject: [PATCH] vk: Silence log spam --- rpcs3/Emu/RSX/VK/VKGSRender.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/VK/VKGSRender.cpp b/rpcs3/Emu/RSX/VK/VKGSRender.cpp index 232fe89636..3dc4705474 100644 --- a/rpcs3/Emu/RSX/VK/VKGSRender.cpp +++ b/rpcs3/Emu/RSX/VK/VKGSRender.cpp @@ -890,7 +890,7 @@ bool VKGSRender::on_access_violation(u32 address, bool is_writing) } else { - LOG_ERROR(RSX, "Fault in uninterruptible code!"); + //LOG_ERROR(RSX, "Fault in uninterruptible code!"); } if (sync_timestamp > 0)