mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:07:57 -05:00
General: Fix compilation for GCC
This commit is contained in:
committed by
Fernando Sahmkow
parent
fd7afda1e8
commit
afab6c143c
@ -1,8 +1,6 @@
|
||||
#include "common/multi_level_page_table.inc"
|
||||
|
||||
namespace Common {
|
||||
template class Common::MultiLevelPageTable<GPUVAddr>;
|
||||
template class Common::MultiLevelPageTable<VAddr>;
|
||||
template class Common::MultiLevelPageTable<PAddr>;
|
||||
template class Common::MultiLevelPageTable<u64>;
|
||||
template class Common::MultiLevelPageTable<u32>;
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user