1
0
Fork 0
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:
Linus Nielsen Feltzing 2004-10-19 11:39:24 +00:00
parent 4edbef5714
commit c24498bb51

View file

@ -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;