mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Performance improvement by avoiding unnecessary readbacks. New one is called IntraVRAMBlockTransferAllowCreateFB. This one only allows intra-VRAM block transfers to happen on-GPU, such as the one this game uses for bloom. Good chances to avoid missing stuff that actually requires real readback, if there's any.