Browse Source
Merge pull request #3545 from FearlessTobi/audren-rev
audio_core: Accept Audren REV8
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/audio_core/audio_renderer.h
|
|
|
@ -189,7 +189,7 @@ struct UpdateDataHeader { |
|
|
|
UpdateDataHeader() {} |
|
|
|
|
|
|
|
explicit UpdateDataHeader(const AudioRendererParameter& config) { |
|
|
|
revision = Common::MakeMagic('R', 'E', 'V', '4'); // 5.1.0 Revision |
|
|
|
revision = Common::MakeMagic('R', 'E', 'V', '8'); // 9.2.0 Revision |
|
|
|
behavior_size = 0xb0; |
|
|
|
memory_pools_size = (config.effect_count + (config.voice_count * 4)) * 0x10; |
|
|
|
voices_size = config.voice_count * 0x10; |
|
|
|
|