fedd983f9
b61787472
afab6c143
cbaf3fb43
1 2 3
4 5 6
7
8
9
// SPDX-FileCopyrightText: 2021 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #include "common/multi_level_page_table.inc" namespace Common { template class Common::MultiLevelPageTable<u64>; template class Common::MultiLevelPageTable<u32>; } // namespace Common