mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
revert fix(audio): biquad filter effect parameter version 2 handling Fix ParameterVersion2 structure layout to match actual format: - Add padding and use f32 for coefficients (was incorrectly using s16) - Update state field offset from 0x17 to 0x25 Update command generation to: - Read from correct structure based on version - Convert float coefficients to fixed-point Q2.14 when using version 2 Signed-off-by: Zephyron <zephyron@citron-emu.org>