mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 18:47:39 -04:00
Add wormlet for the H10 5/6 GB. Seems to work well on the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12057 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f61bb9d64
commit
0edd86d0f0
2 changed files with 5 additions and 2 deletions
|
@ -71,9 +71,7 @@ starfield.c
|
||||||
video.c
|
video.c
|
||||||
#endif
|
#endif
|
||||||
vu_meter.c
|
vu_meter.c
|
||||||
#if !defined(IRIVER_H10_5GB)
|
|
||||||
wormlet.c
|
wormlet.c
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_RTC
|
#ifdef CONFIG_RTC
|
||||||
clock.c
|
clock.c
|
||||||
|
|
|
@ -185,6 +185,11 @@ PLUGIN_HEADER
|
||||||
#define ARGH_SIZE 5
|
#define ARGH_SIZE 5
|
||||||
#define SPEED 10
|
#define SPEED 10
|
||||||
#define MAX_WORM_SEGMENTS 128
|
#define MAX_WORM_SEGMENTS 128
|
||||||
|
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
|
||||||
|
#define FOOD_SIZE 4
|
||||||
|
#define ARGH_SIZE 5
|
||||||
|
#define SPEED 9
|
||||||
|
#define MAX_WORM_SEGMENTS 128
|
||||||
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||||
#define FOOD_SIZE 4
|
#define FOOD_SIZE 4
|
||||||
#define ARGH_SIZE 5
|
#define ARGH_SIZE 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue