yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
#include"common/multi_level_page_table.inc"namespace Common {template classCommon::MultiLevelPageTable<u64>;template classCommon::MultiLevelPageTable<u32>;}// namespace Common