GPU: Reduce log level of IRQ request command
This commit is contained in:
@@ -203,7 +203,7 @@ bool GPU::HandleClearCacheCommand()
|
|||||||
|
|
||||||
bool GPU::HandleInterruptRequestCommand()
|
bool GPU::HandleInterruptRequestCommand()
|
||||||
{
|
{
|
||||||
Log_WarningPrintf("GP0 interrupt request");
|
Log_DebugPrintf("GP0 interrupt request");
|
||||||
if (!m_GPUSTAT.interrupt_request)
|
if (!m_GPUSTAT.interrupt_request)
|
||||||
{
|
{
|
||||||
m_GPUSTAT.interrupt_request = true;
|
m_GPUSTAT.interrupt_request = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user