summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/code_set.cpp
blob: 1f434e9af4dfa98a091e3fb9d139661cce6718f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2019 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

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

namespace Kernel {

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

} // namespace Kernel