mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-03-05 04:39:58 +00:00

This helps when things do self-rendering, since this way we won't read from things we've just written to when scaling down. See #11623.
To get to 100% compatibility, we will need a software renderer as there are games out there that do tricks that can't really be faked in a sensible way. Useful for homebrew too that mix sw and accel rendering.