mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-24 07:44:46 +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.