blob: 6db85be87bc92bd88699ec029c88a5a1d81a720b (
plain)
1
2
3
4
5
6
7
8
9
10
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>;
}
|