forked from len0rd/rockbox
FS#9901 by Joshua Simmons for the Goban plugin: Goban overlay for the Archos targets.
This is a first try to enable this plugin for low memory targets like our old archoses :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20069 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
00215348d0
commit
37183be69c
7 changed files with 126 additions and 36 deletions
|
@ -107,6 +107,11 @@ rockboy.c
|
|||
zxbox.c
|
||||
#endif
|
||||
|
||||
/* overlay loader for Goban */
|
||||
#if (PLUGIN_BUFFER_SIZE < 0x10000) && !defined(SIMULATOR)
|
||||
goban.c
|
||||
#endif
|
||||
|
||||
/* not support recorder models for now */
|
||||
#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
|
||||
fireworks.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue