diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-09-15 00:42:15 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-09-15 00:42:15 +0000 |
| commit | 2fb102ef04f12080ed5e26f2504cd4e78b5ff33e (patch) | |
| tree | ba993243c8ecef09f1b143b8e6f0b5001f0d0019 /apps/plugins/SOURCES | |
| parent | 816f20fc8f631fcb7c352df3f5e9015c6b0a6efa (diff) | |
| download | rockbox-2fb102ef04f12080ed5e26f2504cd4e78b5ff33e.zip rockbox-2fb102ef04f12080ed5e26f2504cd4e78b5ff33e.tar.gz rockbox-2fb102ef04f12080ed5e26f2504cd4e78b5ff33e.tar.bz2 rockbox-2fb102ef04f12080ed5e26f2504cd4e78b5ff33e.tar.xz | |
Ooooops, committed the wrong files. Fixed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10948 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 1874eda..4485f87 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -59,7 +59,7 @@ solitaire.c sokoban.c star.c starfield.c -#if (LCD_WIDTH != 240) && (LCD_WIDTH != 128) +#if (LCD_WIDTH != 240) && ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) tetrox.c #endif #if CONFIG_LCD == LCD_SSD1815 |