Commit Graph

7 Commits (3cfd962ef471fa064f0f72eceff2a592e37b6642)

Author SHA1 Message Date
Lioncash 3cfd962ef4 page_table: Add missing doxygen parameters to Resize()
Resolves two -Wdocumentation warnings.
4 years ago
Lioncash 0890451c55 page_table: Remove unnecessary header inclusions
Prevents indirect inclusions for these headers.
4 years ago
Lioncash df72480395 common: Make use of [[nodiscard]] where applicable
Now that clang-format makes [[nodiscard]] attributes format sensibly, we
can apply them to several functions within the common library to allow
the compiler to complain about any misuses of the functions.
5 years ago
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