1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00

FlappyBird64 requires CopyFromRDRAM

Fixed #2197 FlappyBird HUD elements not displayed
This commit is contained in:
Logan 2020-04-15 20:12:03 -06:00 committed by Sergey Lipskiy
parent 929ad25439
commit 686fa7d108
2 changed files with 5 additions and 3 deletions

View File

@ -73,6 +73,11 @@ frameBufferEmulation\N64DepthCompare=1
Good_Name=F-1 Pole Position 64 (E)(U)
frameBufferEmulation\copyToRDRAM=1
[FLAPPYBIRD64]
Good_Name=FlappyBird64
frameBufferEmulation\copyFromRDRAM=1
frameBufferEmulation\copyToRDRAM=0
[GOEMON2%20DERODERO]
Good_Name=Ganbare Goemon - Dero Dero Douchuu Obake Tenkomori (J)
graphics2D\enableNativeResTexrects=1

View File

@ -303,9 +303,6 @@ void RDRAMtoColorBuffer::copyFromRDRAM(u32 _address, bool _bCFB)
if (m_pCurBuffer == nullptr || m_pCurBuffer->m_size < G_IM_SIZ_16b)
return;
if (m_pCurBuffer->m_startAddress == _address && gDP.colorImage.changed != 0)
return;
const u32 height = cutHeight(m_pCurBuffer->m_startAddress,
m_pCurBuffer->m_startAddress == _address ?
VI.real_height :