summaryrefslogblamecommitdiffstats
path: root/src/core/hle/kernel/code_set.cpp
blob: 41386048b63f76110c14f639ed3d61d29a9300f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                               








                                     
// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later

#include "core/hle/kernel/code_set.h"

namespace Kernel {

CodeSet::CodeSet() = default;
CodeSet::~CodeSet() = default;

} // namespace Kernel