mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 18:49:59 +00:00
8 lines
243 B
C++
8 lines
243 B
C++
|
#include "common/multi_level_page_table.inc"
|
||
|
|
||
|
namespace Common {
|
||
|
template class Common::MultiLevelPageTable<GPUVAddr>;
|
||
|
template class Common::MultiLevelPageTable<VAddr>;
|
||
|
template class Common::MultiLevelPageTable<PAddr>;
|
||
|
} // namespace Common
|