forked from len0rd/rockbox
Renamed routines and changed comments for clarity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3cb71d6b1
commit
d6ad019af3
4 changed files with 18 additions and 19 deletions
|
|
@ -94,7 +94,7 @@ static int timestretch_callback(int action,const struct menu_item_ex *this_item)
|
|||
switch (action)
|
||||
{
|
||||
case ACTION_EXIT_MENUITEM: /* on exit */
|
||||
if (global_settings.timestretch_enabled && !dsp_timestretch_enabled())
|
||||
if (global_settings.timestretch_enabled && !dsp_timestretch_available())
|
||||
splash(HZ*2, ID2P(LANG_PLEASE_REBOOT));
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue