1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-24 13:06:29 -05:00

VideoCore: Update MemoryManager

This commit is contained in:
Fernando Sahmkow
2021-11-11 21:24:40 +01:00
parent b617874724
commit cbaf3fb433
4 changed files with 86 additions and 167 deletions

View File

@@ -4,4 +4,5 @@ namespace Common {
template class Common::MultiLevelPageTable<GPUVAddr>;
template class Common::MultiLevelPageTable<VAddr>;
template class Common::MultiLevelPageTable<PAddr>;
template class Common::MultiLevelPageTable<u32>;
} // namespace Common