Files
ppsspp/GPU/Common
Henrik Rydgård 7604ae67ff FramebufferManagerCommon: don't deref dstRect.vfb when no dst buffer was found
A failed FindTransferFramebuffer leaves dstRect zero-initialized, and RASTER_COLOR is
0, so the channel check passes and vfb is read through a null pointer. Only reachable
for a depth-source transfer to an address with no matching framebuffer.
Check dstBuffer first, like every other use of dstRect.vfb below.
2026-08-31 13:02:53 +02:00
..
wip
2022-08-26 15:51:25 +02:00
2026-07-13 11:50:47 +02:00
2026-07-02 20:34:09 +02:00
2026-06-12 17:28:52 +02:00