summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/code_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/code_set.cpp')
-rw-r--r--src/core/hle/kernel/code_set.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/hle/kernel/code_set.cpp b/src/core/hle/kernel/code_set.cpp
new file mode 100644
index 000000000..1f434e9af
--- /dev/null
+++ b/src/core/hle/kernel/code_set.cpp
@@ -0,0 +1,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