Dolphin, the GameCube and Wii emulator - Forums

Full Version: [Request] DSP ADPCM coef logging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Nicknine

Would it be possible to get a debugging feature where each unique ADPCM coef table received in Accelerator::Read (https://github.com/dolphin-emu/dolphin/b...or.cpp#L62) is printed in log? This would help a lot when ripping music from games using a single hardcoded ADPCM coef table for all sounds since the only other option is to decompile ELF and try to find it that way which can be very difficult.