mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backlight Only' setting in simulators
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23849 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
03246172b8
commit
f443d026ec
2 changed files with 1 additions and 18 deletions
|
|
@ -519,6 +519,7 @@ void button_set_flip(bool flip)
|
|||
}
|
||||
}
|
||||
#endif /* HAVE_LCD_FLIP */
|
||||
#endif /* SIMULATOR */
|
||||
|
||||
#ifdef HAVE_BACKLIGHT
|
||||
void set_backlight_filter_keypress(bool value)
|
||||
|
|
@ -533,7 +534,6 @@ void set_remote_backlight_filter_keypress(bool value)
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* SIMULATOR */
|
||||
/*
|
||||
* Get button pressed from hardware
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue