mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 18:37:59 -05:00
NVDRV: Remake ASGPU
This commit is contained in:
11
src/common/address_space.cpp
Normal file
11
src/common/address_space.cpp
Normal file
@ -0,0 +1,11 @@
|
||||
// Copyright © 2021 Skyline Team and Contributors (https://github.com/skyline-emu/)
|
||||
// Licensed under GPLv3 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "common/address_space.inc"
|
||||
|
||||
namespace Common {
|
||||
|
||||
template class Common::FlatAllocator<u32, 0, 32>;
|
||||
|
||||
}
|
Reference in New Issue
Block a user