address_space.cpp 284 B

1234567891011
  1. // Copyright © 2021 Skyline Team and Contributors (https://github.com/skyline-emu/)
  2. // Licensed under GPLv3 or any later version
  3. // Refer to the license.txt file included.
  4. #include "common/address_space.inc"
  5. namespace Common {
  6. template class Common::FlatAllocator<u32, 0, 32>;
  7. }