mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-06 06:20:00 +00:00
11 lines
218 B
C++
11 lines
218 B
C++
// SPDX-FileCopyrightText: 2021 Skyline Team and Contributors
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#include "common/address_space.inc"
|
|
|
|
namespace Common {
|
|
|
|
template class Common::FlatAllocator<u32, 0, 32>;
|
|
|
|
}
|