Skip to content
Snippets Groups Projects
Commit c9e821e9 authored by David's avatar David Committed by bunnei
Browse files

Send the correct RequestUpdateAudioRenderer revision in the output header (#587)

* We should be returning our revision instead of what is requested.

Hardware test on a 5.1.0 console

* Added sysversion comment
parent 838724c5
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ private:
UpdateDataHeader() {}
UpdateDataHeader(const AudioRendererParameter& config) {
revision = config.revision;
revision = Common::MakeMagic('R', 'E', 'V', '4'); // 5.1.0 Revision
behavior_size = 0xb0;
memory_pools_size = (config.effect_count + (config.voice_count * 4)) * 0x10;
voices_size = config.voice_count * 0x10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment