diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-05-15 16:45:45 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-05-15 16:45:45 +0000 |
| commit | 95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41 (patch) | |
| tree | 41cca3824532b726f52239fc28401800e136865c /apps/plugins | |
| parent | 0030378f74918f2d4f92517a2b36c7a0b473cbb9 (diff) | |
| download | rockbox-95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41.zip rockbox-95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41.tar.gz rockbox-95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41.tar.bz2 rockbox-95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41.tar.xz | |
Make bubbles smoother (and a bit faster) on the gigabeat.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13394 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/bubbles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 48ca231..2359349 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -102,7 +102,7 @@ PLUGIN_HEADER #define XOFS 64 #define ROW_HEIGHT 18 #define ROW_INDENT 11 -#define MAX_FPS 20 +#define MAX_FPS 30 /* 16x16 bubbles (H300, iPod Color) */ #elif (LCD_HEIGHT == 176) && (LCD_WIDTH == 220) |