1
0
Fork 0
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:
Tomer Shalev 2009-10-05 17:17:30 +00:00
parent e04acd8c3e
commit f7bd7252e1
6 changed files with 63 additions and 8 deletions

View file

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