diff options
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 |
