diff options
author | bunnei <bunneidev@gmail.com> | 2021-06-26 01:21:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 01:21:55 -0700 |
commit | 432fab7c4f7c8664b2f9319fd6ac6cb8960407e4 (patch) | |
tree | e4f41221fcdcea3d1a4c0b227c171fc3dec86f7a /src/audio_core | |
parent | d9fb6dbd37200487424249042224ac4268b8752b (diff) | |
parent | 36d581ec73454a50b86c99539e2c60383f9c9bf0 (diff) |
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}; constexpr ResultCode ERR_SPLITTER_SORT_FAILED{ErrorModule::Audio, 43}; } // namespace Audren -constexpr u32_le CURRENT_PROCESS_REVISION = Common::MakeMagic('R', 'E', 'V', '8'); +constexpr u32_le CURRENT_PROCESS_REVISION = Common::MakeMagic('R', 'E', 'V', '9'); constexpr std::size_t MAX_MIX_BUFFERS = 24; constexpr std::size_t MAX_BIQUAD_FILTERS = 2; constexpr std::size_t MAX_CHANNEL_COUNT = 6; |