mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 09:40:35 -05:00
Purge "Menu" or "Rockbox" from plugin menu titles and match application names from manual. Exception: "Main Menu" is left unchanged as the title for the Main Menu Configuration plugin, since it appears in Rockbox's Settings menu and therefore should match the name of the setting. E.g.: "Rockbox Goban" => "Goban" "Image Viewer Menu" => "Image Viewer" "Viewer Menu" => "Text Viewer" "Menu" => "Chess Clock" "Do What?" => "Text Editor" "Mpegplayer Menu" => "MPEG Player" "Multiboot Settings" => "Multiboot" "Disktidy" => "Disk Tidy" ... Change-Id: Ie6d3be7557f31a36309489037ad8b2b27b06706e |
||
|---|---|---|
| .. | ||
| drv_nos.c | ||
| load_669.c | ||
| load_amf.c | ||
| load_asy.c | ||
| load_dsm.c | ||
| load_far.c | ||
| load_gdm.c | ||
| load_imf.c | ||
| load_it.c | ||
| load_m15.c | ||
| load_med.c | ||
| load_mod.c | ||
| load_mtm.c | ||
| load_okt.c | ||
| load_s3m.c | ||
| load_stm.c | ||
| load_stx.c | ||
| load_ult.c | ||
| load_umx.c | ||
| load_uni.c | ||
| load_xm.c | ||
| mdreg.c | ||
| mdriver.c | ||
| mikmod.c | ||
| mikmod.h | ||
| mikmod.make | ||
| mikmod_internals.h | ||
| mikmod_supp.h | ||
| mloader.c | ||
| mlreg.c | ||
| mlutil.c | ||
| mmalloc.c | ||
| mmerror.c | ||
| mmio.c | ||
| mplayer.c | ||
| munitrk.c | ||
| npertab.c | ||
| README.rockbox | ||
| sloader.c | ||
| SOURCES | ||
| strdup.c | ||
| virtch.c | ||
| virtch2.c | ||
| virtch_common.c | ||
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