rockbox/apps/plugins/mikmod/README.rockbox
Solomon Peachy af7ed73f31 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
2025-01-03 11:34:24 -05:00

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