FS#4770 - Oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12171 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
253be082fc
commit
c47172a480
1 changed files with 6 additions and 0 deletions
|
@ -615,6 +615,12 @@ void sound_settings_apply(void)
|
||||||
sound_set(SOUND_MDB_ENABLE, global_settings.mdb_enable);
|
sound_set(SOUND_MDB_ENABLE, global_settings.mdb_enable);
|
||||||
sound_set(SOUND_SUPERBASS, global_settings.superbass);
|
sound_set(SOUND_SUPERBASS, global_settings.superbass);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_USB_POWER
|
||||||
|
#ifdef CONFIG_CHARGING
|
||||||
|
usb_charging_enable(global_settings.usb_charging);
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void settings_apply(void)
|
void settings_apply(void)
|
||||||
|
|
Loading…
Reference in a new issue