From a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Wed, 30 Aug 2023 18:29:43 +0200 Subject: hwopus: Implement GetWorkBufferSizeExEx Allows Sea of Stars to boot. Fixes https://github.com/yuzu-emu/yuzu/issues/11415. --- src/core/hle/service/audio/hwopus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/audio/hwopus.h') diff --git a/src/core/hle/service/audio/hwopus.h b/src/core/hle/service/audio/hwopus.h index 91d9998ac..90867bf74 100644 --- a/src/core/hle/service/audio/hwopus.h +++ b/src/core/hle/service/audio/hwopus.h @@ -34,6 +34,7 @@ private: void OpenHardwareOpusDecoderForMultiStreamEx(HLERequestContext& ctx); void GetWorkBufferSize(HLERequestContext& ctx); void GetWorkBufferSizeEx(HLERequestContext& ctx); + void GetWorkBufferSizeExEx(HLERequestContext& ctx); void GetWorkBufferSizeForMultiStreamEx(HLERequestContext& ctx); }; -- cgit v1.2.3