mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 17:48:01 -05:00
video_core: memory_manager: Updates for Common::PageTable changes.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user