rockbox/apps/menus
William Wilgus dd40c46d50 Fix menu warnings
change offending bool return to int

warning: cast between incompatible function types from
'_Bool (*)(void)' to 'int (*)(void)' [-Wcast-function-type]

forgot to remove -- typedef int (*menu_function)(void);

Change-Id: Ie4c8d3ddb0fb7843c4ec584203350d658d6bee3e
2018-10-18 00:06:31 +02:00
..
audiohw_eq_menu.c Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing. 2010-05-15 13:09:45 +00:00
display_menu.c Selective Backlight/Advanced Softlock - Selective actions based on context 2017-01-17 23:06:17 +01:00
eq_menu.c Fix menu warnings 2018-10-18 00:06:31 +02:00
eq_menu.h Fix menu warnings 2018-10-18 00:06:31 +02:00
exported_menus.h playlist_viewer: Resurrect playlist viewer settings submenu in the playlist viewer context menu. 2014-01-11 10:46:37 +01:00
main_menu.c Fix menu warnings 2018-10-18 00:06:31 +02:00
menu_common.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
menu_common.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
playback_menu.c Do playback restarts the proper way 2017-11-24 08:55:49 -05:00
playlist_menu.c Fix menu warnings 2018-10-18 00:06:31 +02:00
plugin_menu.c Fix oops in r29160 (apps went into games and vice versa). 2011-01-29 15:03:03 +00:00
radio_menu.c Fix menu warnings 2018-10-18 00:06:31 +02:00
recording_menu.c Fix menu warnings 2018-10-18 00:06:31 +02:00
settings_menu.c Fix menu warnings 2018-10-18 00:06:31 +02:00
sound_menu.c Add cleaned-up xDuoo X3 support 2018-07-28 10:56:31 -04:00
theme_menu.c Touchscreen: Show a line separator in lists. 2014-03-03 15:14:16 +01:00
time_menu.c Fix menu warnings 2018-10-18 00:06:31 +02:00