forked from len0rd/rockbox
Plugin rework 4: (solitaire) Fixed an array out-of-bounds access on game init. Help splashes are cleaned up after timeout. Compile-time keyboard configuration. Added USB handling using the default event handler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5315 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c58eee1e6
commit
fd061fa10a
2 changed files with 269 additions and 63 deletions
|
@ -30,6 +30,7 @@ snake.c
|
|||
snake2.c
|
||||
snow.c
|
||||
sokoban.c
|
||||
solitaire.c
|
||||
video.c
|
||||
|
||||
#ifdef HAVE_RTC /* Recorder models only */
|
||||
|
@ -39,7 +40,6 @@ clock.c
|
|||
|
||||
#if CONFIG_KEYPAD != ONDIO_PAD
|
||||
/* gradually bring in the ones not working yet */
|
||||
solitaire.c
|
||||
splitedit.c
|
||||
star.c
|
||||
vu_meter.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue