mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-30 11:35:39 +00:00
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()
|
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;
|
||||||
|
|
Loading…
Reference in a new issue