mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-19 10:48:40 +01:00
1ae690ba2f
Seems like this is used as an optimized way to clear memory in homebrew applications. Unfortunately, calling the software fallback method every 8 bytes was not very optimal. The existing EmitStore is used by passing in ZR as the register to get a 0 write.