diff options
| author | 2021-06-24 18:22:10 -0700 | |
|---|---|---|
| committer | 2021-06-24 18:22:10 -0700 | |
| commit | 50d0cc2716b63e2e63b56be56845ed838e505c33 (patch) | |
| tree | cfdaa7de6af6922782a111ce66b8e043ccf98884 /src | |
| parent | Merge pull request #6522 from Morph1984/pragma (diff) | |
| download | yuzu-50d0cc2716b63e2e63b56be56845ed838e505c33.tar.gz yuzu-50d0cc2716b63e2e63b56be56845ed838e505c33.tar.xz yuzu-50d0cc2716b63e2e63b56be56845ed838e505c33.zip | |
audio_core: common: Bump audio revision to 9.
- This is used in fw 12.x.x games.
Diffstat (limited to 'src')
| -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; |