diff options
| author | 2023-02-24 12:52:32 -0600 | |
|---|---|---|
| committer | 2023-02-24 18:17:36 -0600 | |
| commit | 39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (patch) | |
| tree | 2e9ebbbc43d2886279c106ac7995123c45186633 /src/core/hle/service/audio | |
| parent | Merge pull request #9842 from german77/proper_real_mouse (diff) | |
| download | yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.gz yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.xz yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.zip | |
core: Update service function tables to 16.0.0+
Diffstat (limited to 'src/core/hle/service/audio')
| -rw-r--r-- | src/core/hle/service/audio/hwopus.cpp | 2 |
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"} { | |||
| 362 | {5, &HwOpus::GetWorkBufferSizeEx, "GetWorkBufferSizeEx"}, | 362 | {5, &HwOpus::GetWorkBufferSizeEx, "GetWorkBufferSizeEx"}, |
| 363 | {6, nullptr, "OpenHardwareOpusDecoderForMultiStreamEx"}, | 363 | {6, nullptr, "OpenHardwareOpusDecoderForMultiStreamEx"}, |
| 364 | {7, &HwOpus::GetWorkBufferSizeForMultiStreamEx, "GetWorkBufferSizeForMultiStreamEx"}, | 364 | {7, &HwOpus::GetWorkBufferSizeForMultiStreamEx, "GetWorkBufferSizeForMultiStreamEx"}, |
| 365 | {8, nullptr, "GetWorkBufferSizeExEx"}, | ||
| 366 | {9, nullptr, "GetWorkBufferSizeForMultiStreamExEx"}, | ||
| 365 | }; | 367 | }; |
| 366 | RegisterHandlers(functions); | 368 | RegisterHandlers(functions); |
| 367 | } | 369 | } |