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:
parent
ce6e949188
commit
ffb89ece04
3 changed files with 28 additions and 22 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue