forked from len0rd/rockbox
FS#13539: Resync mikmod plugin with upstream
Brings it up to libmikmod 3.3.12, relased 2024-12-31 Also fix a segfault that only happened on simulators when using non-default samplerates. Change-Id: I2ade2d72a00edab5395328fe76a88a88516aac72
This commit is contained in:
parent
08c32cee7c
commit
af7ed73f31
29 changed files with 1860 additions and 706 deletions
|
@ -202,14 +202,14 @@ static const char *_mm_errmsg[MMERR_MAX+1] =
|
|||
|
||||
/* MacOS X/Darwin driver errors */
|
||||
#ifdef DRV_OSX
|
||||
"Unknown device",
|
||||
"Bad property",
|
||||
_mmerr_invalid,
|
||||
_mmerr_invalid,
|
||||
"Could not set playback format",
|
||||
"Could not set mono/stereo setting",
|
||||
"Could not create playback buffers",
|
||||
"Could not create playback thread",
|
||||
_mmerr_invalid,
|
||||
_mmerr_invalid,
|
||||
_mmerr_invalid,
|
||||
"Could not start audio device",
|
||||
"Could not create buffer thread",
|
||||
_mmerr_invalid,
|
||||
#else
|
||||
_mmerr_invalid, _mmerr_invalid, _mmerr_invalid,
|
||||
_mmerr_invalid, _mmerr_invalid, _mmerr_invalid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue