forked from len0rd/rockbox
Simulator stub for remote lcd flip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bd1bb5f009
commit
22c15b78c8
1 changed files with 5 additions and 0 deletions
|
@ -69,4 +69,9 @@ void lcd_remote_backlight_off(int val)
|
|||
{
|
||||
(void)val;
|
||||
}
|
||||
|
||||
void lcd_remote_set_flip(bool yesno)
|
||||
{
|
||||
(void)yesno;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue