mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-11 01:29:11 +01:00
6c0f084aae
Readback can be especially slow on mobile due to the varying load pattern it creates which often prevents the CPU/GPU from clocking up. Since some games perform texture readback but don't actually use it for anything significant implement a hack to skip it and significantly improve performance in such cases.