Skip to content

Commit

Permalink
GPU: Enable GPUSTAT.28 in read mode. Fixes Celeste Classic.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthMew committed Nov 12, 2023
1 parent f88d108 commit 6a8c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,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;
}

Expand Down

0 comments on commit 6a8c32b

Please sign in to comment.