code_set.cpp 253 B

1234567891011
  1. // SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #include "core/hle/kernel/code_set.h"
  4. namespace Kernel {
  5. CodeSet::CodeSet() = default;
  6. CodeSet::~CodeSet() = default;
  7. } // namespace Kernel