forked from len0rd/rockbox
New plugin - Xobox - xonix clone by Eli Sherer with changes by me and Mikael Magnusson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9011 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3cfdef7c8
commit
b7a96707bc
3 changed files with 819 additions and 0 deletions
|
@ -77,6 +77,11 @@ rockboy.c
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* not support recorder models for now */
|
||||
#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
|
||||
xobox.c
|
||||
#endif
|
||||
|
||||
#endif /* HAVE_LCD_BITMAP */
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue