GPU: Reduce log level of IRQ request command

This commit is contained in:
Connor McLaughlin 2021-10-25 16:46:18 +10:00
parent ff34fb22e5
commit 5cef81b2a0
1 changed files with 1 additions and 1 deletions

View File

@ -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;