mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 02:55:45 +00:00
VideoCore: Update MemoryManager
This commit is contained in:
parent
68f5643159
commit
a4346d16ed
4 changed files with 86 additions and 167 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue