mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-02-02 19:49:56 +01:00
536fc7f0ea
Amends a few interfaces to be able to handle the migration over to the new Memory class by passing the class by reference as a function parameter where necessary. Notably, within the filesystem services, this eliminates two ReadBlock() calls by using the helper functions of HLERequestContext to do that for us.