diff options
| author | 2021-06-26 01:21:55 -0700 | |
|---|---|---|
| committer | 2021-06-26 01:21:55 -0700 | |
| commit | 432fab7c4f7c8664b2f9319fd6ac6cb8960407e4 (patch) | |
| tree | e4f41221fcdcea3d1a4c0b227c171fc3dec86f7a /src/audio_core | |
| parent | Merge pull request #6528 from ReinUsesLisp/device-memory (diff) | |
| parent | hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size. (diff) | |
| download | yuzu-432fab7c4f7c8664b2f9319fd6ac6cb8960407e4.tar.gz yuzu-432fab7c4f7c8664b2f9319fd6ac6cb8960407e4.tar.xz yuzu-432fab7c4f7c8664b2f9319fd6ac6cb8960407e4.zip | |
Merge pull request #6526 from bunnei/doom-update
services: Misc. minor changes for latest SDK update.
Diffstat (limited to 'src/audio_core')
| -rw-r--r-- | src/audio_core/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio_core/common.h b/src/audio_core/common.h index fe546c55d..1ab537588 100644 --- a/src/audio_core/common.h +++ b/src/audio_core/common.h | |||
| @@ -15,7 +15,7 @@ constexpr ResultCode ERR_INVALID_PARAMETERS{ErrorModule::Audio, 41}; | |||
| 15 | constexpr ResultCode ERR_SPLITTER_SORT_FAILED{ErrorModule::Audio, 43}; | 15 | constexpr ResultCode ERR_SPLITTER_SORT_FAILED{ErrorModule::Audio, 43}; |
| 16 | } // namespace Audren | 16 | } // namespace Audren |
| 17 | 17 | ||
| 18 | constexpr u32_le CURRENT_PROCESS_REVISION = Common::MakeMagic('R', 'E', 'V', '8'); | 18 | constexpr u32_le CURRENT_PROCESS_REVISION = Common::MakeMagic('R', 'E', 'V', '9'); |
| 19 | constexpr std::size_t MAX_MIX_BUFFERS = 24; | 19 | constexpr std::size_t MAX_MIX_BUFFERS = 24; |
| 20 | constexpr std::size_t MAX_BIQUAD_FILTERS = 2; | 20 | constexpr std::size_t MAX_BIQUAD_FILTERS = 2; |
| 21 | constexpr std::size_t MAX_CHANNEL_COUNT = 6; | 21 | constexpr std::size_t MAX_CHANNEL_COUNT = 6; |