GPU: Enable GPUSTAT.28 in read mode
Fixes Celeste Classic.
This commit is contained in:
parent
72f7225ec2
commit
6fbdb6d7db
|
@ -313,7 +313,7 @@ void GPU::UpdateDMARequest()
|
|||
|
||||
case BlitterState::ReadingVRAM:
|
||||
m_GPUSTAT.ready_to_send_vram = true;
|
||||
m_GPUSTAT.ready_to_recieve_dma = false;
|
||||
m_GPUSTAT.ready_to_recieve_dma = m_fifo.IsEmpty();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue