summaryrefslogtreecommitdiffstats
path: root/src/video_core/memory_manager.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-03-13 21:33:47 +0100
committerFernandoS27 <fsahmkow27@gmail.com>2020-03-14 14:43:57 +0100
commit27cbb75e7c2818c073bd65a000d7ff7f28d391d4 (patch)
tree1f8ff16d5202fde0e15f8a8f7c5d50045efb9341 /src/video_core/memory_manager.h
parentMerge pull request #3491 from ReinUsesLisp/polygon-modes (diff)
downloadyuzu-27cbb75e7c2818c073bd65a000d7ff7f28d391d4.tar
yuzu-27cbb75e7c2818c073bd65a000d7ff7f28d391d4.tar.gz
yuzu-27cbb75e7c2818c073bd65a000d7ff7f28d391d4.tar.bz2
yuzu-27cbb75e7c2818c073bd65a000d7ff7f28d391d4.tar.lz
yuzu-27cbb75e7c2818c073bd65a000d7ff7f28d391d4.tar.xz
yuzu-27cbb75e7c2818c073bd65a000d7ff7f28d391d4.tar.zst
yuzu-27cbb75e7c2818c073bd65a000d7ff7f28d391d4.zip
Diffstat (limited to 'src/video_core/memory_manager.h')
-rw-r--r--src/video_core/memory_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/memory_manager.h b/src/video_core/memory_manager.h
index aea010087..073bdb491 100644
--- a/src/video_core/memory_manager.h
+++ b/src/video_core/memory_manager.h
@@ -174,7 +174,7 @@ private:
/// End of address space, based on address space in bits.
static constexpr GPUVAddr address_space_end{1ULL << address_space_width};
- Common::PageTable page_table{page_bits};
+ Common::BackingPageTable page_table{page_bits};
VMAMap vma_map;
VideoCore::RasterizerInterface& rasterizer;