mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
video_core: memory_manager: Updates for Common::PageTable changes.
This commit is contained in:
parent
43321c1a69
commit
5a461a7482
2 changed files with 34 additions and 67 deletions
|
@ -179,7 +179,7 @@ private:
|
|||
/// End of address space, based on address space in bits.
|
||||
static constexpr GPUVAddr address_space_end{1ULL << address_space_width};
|
||||
|
||||
Common::BackingPageTable page_table{page_bits};
|
||||
Common::PageTable page_table;
|
||||
VMAMap vma_map;
|
||||
VideoCore::RasterizerInterface& rasterizer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue