diff options
| author | Liam <byteslice@airmail.cc> | 2024-02-11 19:41:53 -0500 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-02-12 09:16:02 -0500 |
| commit | eafaa5511d5aaafebd595fe12f7400aad475a452 (patch) | |
| tree | 29cb91454fa7cfaa4f5677aefec19e4c0065cc54 /src/core/hle/service/am/debug_functions.h | |
| parent | 96fea99af952490bf8799f0775bfa307e82bbf0f (diff) | |
am: move IDebugFunctions
Diffstat (limited to 'src/core/hle/service/am/debug_functions.h')
| -rw-r--r-- | src/core/hle/service/am/debug_functions.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/core/hle/service/am/debug_functions.h b/src/core/hle/service/am/debug_functions.h deleted file mode 100644 index d55968743..000000000 --- a/src/core/hle/service/am/debug_functions.h +++ /dev/null @@ -1,16 +0,0 @@ -// SPDX-FileCopyrightText: Copyright 2024 yuzu Emulator Project -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#include "core/hle/service/service.h" - -namespace Service::AM { - -class IDebugFunctions final : public ServiceFramework<IDebugFunctions> { -public: - explicit IDebugFunctions(Core::System& system_); - ~IDebugFunctions() override; -}; - -} // namespace Service::AM |
