From 5cef81b2a071886643af7d44f9eafa23a4d6c411 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 25 Oct 2021 16:46:18 +1000 Subject: [PATCH] GPU: Reduce log level of IRQ request command --- src/core/gpu_commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/gpu_commands.cpp b/src/core/gpu_commands.cpp index a2586ab7a..b8cd1bc2f 100644 --- a/src/core/gpu_commands.cpp +++ b/src/core/gpu_commands.cpp @@ -203,7 +203,7 @@ bool GPU::HandleClearCacheCommand() bool GPU::HandleInterruptRequestCommand() { - Log_WarningPrintf("GP0 interrupt request"); + Log_DebugPrintf("GP0 interrupt request"); if (!m_GPUSTAT.interrupt_request) { m_GPUSTAT.interrupt_request = true;