1
0
Fork 0
forked from len0rd/rockbox

Attempt #2 to fix compilations, let's hope this is the last one :)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19976 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mustapha Senhaji 2009-02-11 18:04:56 +00:00
parent 2e49f65487
commit 42db6f261b
2 changed files with 6 additions and 4 deletions

View file

@ -20,7 +20,9 @@ chessbox
jpeg
sudoku
reversi
#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD)
#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \
CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \
CONFIG_KEYPAD != RECORDER_PAD && CONFIG_KEYPAD != ONDIO_PAD)
goban
#endif
#ifndef OLYMPUS_MROBE_500

View file

@ -236,9 +236,6 @@ enum plugin_status
plugin_start (const void *parameter)
{
int btn;
int temp;
(void) temp;
rb->mkdir ("/sgf");
@ -496,6 +493,8 @@ plugin_start (const void *parameter)
#if defined(GBN_BUTTON_NEXT_VAR)
case GBN_BUTTON_NEXT_VAR:
case GBN_BUTTON_NEXT_VAR | BUTTON_REPEAT:
{
int temp;
if ((temp = next_variation_sgf ()) >= 0)
{
draw_screen_display ();
@ -512,6 +511,7 @@ plugin_start (const void *parameter)
draw_screen_display ();
}
break;
}
#endif
case BUTTON_NONE: