mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-22 20:02:53 +00: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.