Finally, the new button action system is here, thanks to Jonathan Gordon. Some button mappings have changed and other things may break. Comments should go to the forum, http://forums.rockbox.org/index.php?topic=5829.0 or the mailing list.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10582 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-08-15 12:27:07 +00:00
parent c0f8b18770
commit 224c0a13eb
47 changed files with 1986 additions and 1846 deletions

View file

@ -519,7 +519,12 @@ static void remote_tick(void)
if (cs_countdown == 0)
CS_HI;
}
#endif /* !SIMULATOR */
#else
int remote_type(void)
{
return REMOTETYPE_UNPLUGGED;
}
#endif/* !SIMULATOR */
/* LCD init */
#ifdef SIMULATOR