mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
It's better to finish rendering the frame and have the texture ready for the next one, without wasting CPU. However, if the user set their texture load speed to "Instant", that means they never want to see any original textures. So in that case, we do still wait. Fixes #20519