forked from len0rd/rockbox
The FM has no remote control :-(
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3642 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a12f4e296
commit
fce21ff828
1 changed files with 0 additions and 2 deletions
|
@ -159,7 +159,6 @@ bool radio_screen(void)
|
|||
|
||||
case BUTTON_UP:
|
||||
case BUTTON_UP | BUTTON_REPEAT:
|
||||
case BUTTON_RC_VOL_UP:
|
||||
global_settings.volume++;
|
||||
if(global_settings.volume > mpeg_sound_max(SOUND_VOLUME))
|
||||
global_settings.volume = mpeg_sound_max(SOUND_VOLUME);
|
||||
|
@ -170,7 +169,6 @@ bool radio_screen(void)
|
|||
|
||||
case BUTTON_DOWN:
|
||||
case BUTTON_DOWN | BUTTON_REPEAT:
|
||||
case BUTTON_RC_VOL_DOWN:
|
||||
global_settings.volume--;
|
||||
if(global_settings.volume < mpeg_sound_min(SOUND_VOLUME))
|
||||
global_settings.volume = mpeg_sound_min(SOUND_VOLUME);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue