mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-11 15:22:58 +02:00
Fix depth issue. First issue: RT and Depth are located at the same address. => solution, just lookup the depth (done for any games) Second issue: Instead to draw a X,Y rectangle, they draw a 32 pix, 4096 pix rectangle with a FBW of 1. => solution, don't bother just write the depth directly Please someone add some CRC to enable the code