mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 12:10:51 -07:00
For whatever reason, shared memory was being used here instead of transfer memory, which (quite clearly) will not work based off the name of the function. This corrects this wonky usage of shared memory.