Commit Graph

4 Commits (b8f5c71f2d7f819821acf036175cce65ab1ae12c)

Author SHA1 Message Date
bunnei 4c1812ae37 common: page_table: Update to use VirtualBuffer and simplify. 5 years ago
Fernando Sahmkow 27cbb75e7c PageTable: move backing addresses to a children class as the CPU page table does not need them.
This PR aims to reduce the memory usage in the CPU page table by moving
GPU specific parameters into a child class. This saves 1Gb of Memory for
most games.
5 years ago
bunnei 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 6 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 6 years ago