mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-15 13:48:44 +03:00
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.