mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 16:05:42 -04:00
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:
|
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…
x
Reference in New Issue
Block a user