GPU: Enable GPUSTAT.28 in read mode

Fixes Celeste Classic.
pull/2986/head
Stenzek 2 years ago
parent 72f7225ec2
commit 6fbdb6d7db

@ -313,7 +313,7 @@ void GPU::UpdateDMARequest()
case BlitterState::ReadingVRAM: case BlitterState::ReadingVRAM:
m_GPUSTAT.ready_to_send_vram = true; m_GPUSTAT.ready_to_send_vram = true;
m_GPUSTAT.ready_to_recieve_dma = false; m_GPUSTAT.ready_to_recieve_dma = m_fifo.IsEmpty();
break; break;
} }

Loading…
Cancel
Save