forked from len0rd/rockbox
Bug/patch #1049956, turn off LED when entering recording quick screens
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4edbef5714
commit
c24498bb51
1 changed files with 2 additions and 0 deletions
|
@ -471,6 +471,7 @@ bool recording_screen(void)
|
|||
case REC_F2:
|
||||
if(mpeg_status() != MPEG_STATUS_RECORD)
|
||||
{
|
||||
invert_led(false);
|
||||
if (f2_rec_screen())
|
||||
{
|
||||
have_recorded = true;
|
||||
|
@ -493,6 +494,7 @@ bool recording_screen(void)
|
|||
{
|
||||
if(mpeg_status() != MPEG_STATUS_RECORD)
|
||||
{
|
||||
invert_led(false);
|
||||
if (f3_rec_screen())
|
||||
{
|
||||
have_recorded = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue