summaryrefslogtreecommitdiff
path: root/src/common/page_table.cpp
AgeCommit message (Collapse)Author
2020-04-17common: page_table: Update to use VirtualBuffer and simplify.bunnei
2020-03-14PageTable: move backing addresses to a children class as the CPU page table ↵Fernando Sahmkow
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.
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-16core: Move PageTable struct into Common.bunnei