mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-20 05:44:49 +02:00
See #15251, the framedump here reused a VRAM texture for many draws, and this caused it to recopy the texture over and over again. Use a flag to skip if possible.