forked from len0rd/rockbox
Invert buttons in RTL mode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22961 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e04acd8c3e
commit
f7bd7252e1
6 changed files with 63 additions and 8 deletions
|
|
@ -312,7 +312,7 @@ void cpu_sleep(bool enabled)
|
|||
(void)enabled;
|
||||
}
|
||||
|
||||
void button_set_flip(bool yesno)
|
||||
void button_set_flip_vertically(bool yesno)
|
||||
{
|
||||
(void)yesno;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue