forked from len0rd/rockbox
hm60x: Add support for plugins.
Change-Id: I4cad0881c8249f163680a280f70d1a0b36248da8
This commit is contained in:
parent
8187d8d5d1
commit
397863ab3d
51 changed files with 492 additions and 3 deletions
|
@ -74,7 +74,8 @@ iriverify.c
|
|||
/* Overlays loaders */
|
||||
#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP)
|
||||
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD && CONFIG_KEYPAD != SANSA_M200_PAD \
|
||||
&& CONFIG_KEYPAD != HM60X_PAD
|
||||
/* not enough buttons for rockboy */
|
||||
rockboy.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue