GPU: Enable GPUSTAT.28 in read mode
Fixes Celeste Classic.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user