mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 04:27:51 -05:00
We can use the dedicated memory function for performing copies instead of reading into a temporary buffer and then immediately writing it back out to memory. Eliminates a bit of heap memory churn.