mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-26 14:14:25 +01:00
Now that literally every other API function is converted over to the Memory class, we can just move the file-local page table into the Memory implementation class, finally getting rid of global state within the memory code.