summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/auddbg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/audio/auddbg.cpp')
-rw-r--r--src/core/hle/service/audio/auddbg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/audio/auddbg.cpp b/src/core/hle/service/audio/auddbg.cpp
index 8fff3e4b4..6264e4bda 100644
--- a/src/core/hle/service/audio/auddbg.cpp
+++ b/src/core/hle/service/audio/auddbg.cpp
@@ -6,7 +6,7 @@
namespace Service::Audio {
-AudDbg::AudDbg(const char* name) : ServiceFramework{name} {
+AudDbg::AudDbg(Core::System& system_, const char* name) : ServiceFramework{system_, name} {
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "RequestSuspendForDebug"},