mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
12 lines
468 B
Text
12 lines
468 B
Text
mikmod (https://mikmod.sourceforge.net/)
|
|
|
|
Based on upstream commit 72424e1bebab470fbf8a2914dcd7903b742205e6
|
|
corresponding to mikmod 3.2.9 / libmikmod 3.3.12
|
|
|
|
Heavily customized for rockbox use:
|
|
|
|
* converted most BOOL/INTs in function prototypes to 'int'
|
|
* converted BOOL/INT in option enums to RB_BOOL / RB_INT
|
|
* Silenced a _ton_ of "unused parameter" options
|
|
* Custom player frontend that is fully i18n'd
|
|
* Settings for mixer freq, quality, and other parameters
|