GPU: Reduce log level of IRQ request command
This commit is contained in:
parent
ff34fb22e5
commit
5cef81b2a0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue