a couple fixes

- fix export targets of mpg123
- initialize wavFormat
- fix format string localization
- fix certain settings being visible in per-chip export when they shouldn't
This commit is contained in:
tildearrow 2025-10-24 04:04:45 -05:00
parent ce6e949188
commit ffb89ece04
3 changed files with 28 additions and 22 deletions

View file

@ -139,6 +139,7 @@ struct DivAudioExportOptions {
mode(DIV_EXPORT_MODE_ONE),
format(DIV_EXPORT_FORMAT_WAV),
bitRateMode(DIV_EXPORT_BITRATE_CONSTANT),
wavFormat(DIV_EXPORT_WAV_S16),
sampleRate(44100),
chans(2),
loops(0),