rockbox/apps/menus
Aidan MacDonald 30e96a3732 quickscreen: fix EQ enable not working in quickscreen
The EQ enabled setting needs to call into the DSP core when it's
changed but this was only hooked into the EQ menu. The quickscreen
uses option_select_next_val() so those DSP hooks were not getting
called because the setting did not have any callback defined.

It seems this bug was introduced by 362f7a3220 removing the blanket
call to settings_apply(). Other settings might be affected too.

Change-Id: Idcce5809c525fa619e6bdf1be50c98a5df103fec
2021-08-26 19:34:18 +00:00
..
audiohw_eq_menu.c Fix red dynamic menus 2019-09-20 03:57:38 -05:00
display_menu.c Add disable setting for all softlock notifications 2021-03-23 02:05:20 +00:00
eq_menu.c quickscreen: fix EQ enable not working in quickscreen 2021-08-26 19:34:18 +00:00
eq_menu.h quickscreen: fix EQ enable not working in quickscreen 2021-08-26 19:34:18 +00:00
exported_menus.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
main_menu.c [2/4] get rid of HAVE_LCD_CHARCELLS 2020-07-24 21:20:13 +00:00
menu_common.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
menu_common.h [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
playback_menu.c [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
playlist_menu.c FS#13287 - Load a newly saved playlist and resume where it was 2021-05-03 20:10:27 +00: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 [3/4] Completely remove HWCODEC support 2020-07-24 21:20:13 +00:00
recording_menu.c misc: Only include rbpaths.h and string-extra.h in places that need it 2021-04-10 12:08:12 -04:00
settings_menu.c Softlock Improvements 2021-06-04 00:00:57 +00:00
sound_menu.c Document an intentional fallthrough in the volume limit menu code 2021-07-22 23:55:03 +00:00
theme_menu.c misc: Only include rbpaths.h and string-extra.h in places that need it 2021-04-10 12:08:12 -04:00
time_menu.c LCD core move buf ptr and address look up function viewport struct 2020-10-26 12:28:48 -04:00