Compare commits

...

2 Commits

Author SHA1 Message Date
David Marcec
544a444b2f Added sysversion comment 2018-06-25 12:22:37 +10:00
David Marcec
18e1a86265 We should be returning our revision instead of what is requested.
Hardware test on a 5.1.0 console
2018-06-25 11:36:41 +10:00

View File

@@ -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;