forked from len0rd/rockbox
wrapper C files in pluginlib renamed to the same name as the core files they wrap pluginlib-only init functions for resize and bmp moved into the wrapper files, and declared in the associated header files API() macro removed entirely, in favor of a core-only header file that redefines core function names to use a plugin_api pointer some unnecessary uses of PLUGIN in apps/recorder/bmp.c removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19712 a1c6a512-1295-4272-9138-f99709370657
46 lines
645 B
Text
46 lines
645 B
Text
oldmenuapi.c
|
|
configfile.c
|
|
fixedpoint.c
|
|
playback_control.c
|
|
rgb_hsv.c
|
|
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
|
|
#if LCD_DEPTH == 1
|
|
resize.c
|
|
#endif
|
|
grey_core.c
|
|
grey_draw.c
|
|
grey_parm.c
|
|
grey_scroll.c
|
|
#ifdef CPU_COLDFIRE
|
|
grey_coldfire.S
|
|
#elif CONFIG_CPU == SH7034
|
|
grey_sh.S
|
|
#endif
|
|
#endif
|
|
highscore.c
|
|
#ifndef SIMULATOR
|
|
overlay.c
|
|
#endif
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
playergfx.c
|
|
#endif
|
|
#ifdef RB_PROFILE
|
|
profile_plugin.c
|
|
#endif
|
|
#ifdef HAVE_LCD_BITMAP
|
|
checkbox.c
|
|
picture.c
|
|
xlcd_core.c
|
|
xlcd_draw.c
|
|
xlcd_scroll.c
|
|
bmp.c
|
|
#ifdef HAVE_LCD_COLOR
|
|
bmp_smooth_scale.c
|
|
#endif
|
|
#endif
|
|
pluginlib_actions.c
|
|
helper.c
|
|
#ifdef HAVE_TOUCHSCREEN
|
|
touchscreen.c
|
|
#endif
|
|
md5.c
|