summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.h
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2023-08-30 18:29:43 +0200
committerFearlessTobi <thm.frey@gmail.com>2023-08-30 18:29:43 +0200
commita7a5835ffb75f13fbb8d895f6dab756e8ddacb1e (patch)
tree409c834c44cd80e7dabd681b87b4864d7f87d11e /src/core/hle/service/audio/hwopus.h
parentMerge pull request #11380 from t895/settings-integration (diff)
downloadyuzu-a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e.tar
yuzu-a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e.tar.gz
yuzu-a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e.tar.bz2
yuzu-a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e.tar.lz
yuzu-a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e.tar.xz
yuzu-a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e.tar.zst
yuzu-a7a5835ffb75f13fbb8d895f6dab756e8ddacb1e.zip
Diffstat (limited to 'src/core/hle/service/audio/hwopus.h')
-rw-r--r--src/core/hle/service/audio/hwopus.h1
1 files changed, 1 insertions, 0 deletions
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);
};