summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-06-25 03:25:37 +0200
committerbunnei <bunneidev@gmail.com>2021-06-25 03:25:37 +0200
commit3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54 (patch)
tree1e58b6556942e9579b7bfd680fb27e85766623e2 /src/core/hle/service/audio/hwopus.h
parenthle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId. (diff)
downloadyuzu-3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54.tar
yuzu-3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54.tar.gz
yuzu-3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54.tar.bz2
yuzu-3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54.tar.lz
yuzu-3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54.tar.xz
yuzu-3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54.tar.zst
yuzu-3565e32f4d8ae28ae69dbb59e4ecad4fc8155a54.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/audio/hwopus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/audio/hwopus.h b/src/core/hle/service/audio/hwopus.h
index 4f921f18e..b74824ff3 100644
--- a/src/core/hle/service/audio/hwopus.h
+++ b/src/core/hle/service/audio/hwopus.h
@@ -18,8 +18,10 @@ public:
~HwOpus() override;
private:
- void OpenOpusDecoder(Kernel::HLERequestContext& ctx);
+ void OpenHardwareOpusDecoder(Kernel::HLERequestContext& ctx);
+ void OpenHardwareOpusDecoderEx(Kernel::HLERequestContext& ctx);
void GetWorkBufferSize(Kernel::HLERequestContext& ctx);
+ void GetWorkBufferSizeEx(Kernel::HLERequestContext& ctx);
};
} // namespace Service::Audio