mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +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>;
|
|
|
|
}
|