diff options
| author | Liam <byteslice@airmail.cc> | 2022-10-04 20:15:40 -0400 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2023-02-04 22:37:43 -0500 |
| commit | 92eb091ddb9dfd96e59a75937e185079a63626e3 (patch) | |
| tree | be79f36453a4735088d9230e02f426792077eeb4 /src/core/hle/kernel/svc/svc_debug.cpp | |
| parent | a64fc3ee77f26dc488f51e2348ef5b63ae4e8299 (diff) | |
kernel/svc: Split implementations into separate files
Diffstat (limited to 'src/core/hle/kernel/svc/svc_debug.cpp')
| -rw-r--r-- | src/core/hle/kernel/svc/svc_debug.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/kernel/svc/svc_debug.cpp b/src/core/hle/kernel/svc/svc_debug.cpp new file mode 100644 index 000000000..299e22ae6 --- /dev/null +++ b/src/core/hle/kernel/svc/svc_debug.cpp @@ -0,0 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#include "core/hle/kernel/svc.h" + +namespace Kernel::Svc {} // namespace Kernel::Svc |
