aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/hwopus.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-02-25 12:44:06 -0500
committerGitHub <noreply@github.com>2023-02-25 12:44:06 -0500
commit290ec3eb2f54b977aa7f7e390edc3002221c6959 (patch)
treef137af56bf17e2f5705c821e53a152577e08718a /src/core/hle/service/audio/hwopus.cpp
parentd5bfc36e90ed6239625d4ef629eb571f8b6c22e2 (diff)
parent39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (diff)
Merge pull request #9857 from german77/fwupdate
core: Update service function tables to 16.0.0+
Diffstat (limited to 'src/core/hle/service/audio/hwopus.cpp')
-rw-r--r--src/core/hle/service/audio/hwopus.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/audio/hwopus.cpp b/src/core/hle/service/audio/hwopus.cpp
index e01f87356..3db3fe188 100644
--- a/src/core/hle/service/audio/hwopus.cpp
+++ b/src/core/hle/service/audio/hwopus.cpp
@@ -362,6 +362,8 @@ HwOpus::HwOpus(Core::System& system_) : ServiceFramework{system_, "hwopus"} {
{5, &HwOpus::GetWorkBufferSizeEx, "GetWorkBufferSizeEx"},
{6, nullptr, "OpenHardwareOpusDecoderForMultiStreamEx"},
{7, &HwOpus::GetWorkBufferSizeForMultiStreamEx, "GetWorkBufferSizeForMultiStreamEx"},
+ {8, nullptr, "GetWorkBufferSizeExEx"},
+ {9, nullptr, "GetWorkBufferSizeForMultiStreamExEx"},
};
RegisterHandlers(functions);
}