mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 19:42:40 -05:00
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:
parent
c0f8b18770
commit
224c0a13eb
47 changed files with 1986 additions and 1846 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue