forked from len0rd/rockbox
Fix red while keeping menu item.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17658 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d52bea8a90
commit
3b730a280d
1 changed files with 7 additions and 0 deletions
|
|
@ -306,6 +306,13 @@ void button_set_flip(bool yesno)
|
||||||
(void)yesno;
|
(void)yesno;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_TOUCHPAD_SENSITIVITY_SETTING
|
||||||
|
void touchpad_set_sensitivity(int level)
|
||||||
|
{
|
||||||
|
(void)level;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* assure an unused place to direct virtual pointers to */
|
/* assure an unused place to direct virtual pointers to */
|
||||||
#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
|
#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
|
||||||
unsigned char vp_dummy[VIRT_SIZE];
|
unsigned char vp_dummy[VIRT_SIZE];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue