summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-05-15 16:45:45 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-05-15 16:45:45 +0000
commit95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41 (patch)
tree41cca3824532b726f52239fc28401800e136865c /apps/plugins
parent0030378f74918f2d4f92517a2b36c7a0b473cbb9 (diff)
downloadrockbox-95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41.tar.gz
rockbox-95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c
index 48ca231349..23593492bc 100644
--- a/apps/plugins/bubbles.c
+++ b/apps/plugins/bubbles.c
@@ -102,7 +102,7 @@ PLUGIN_HEADER
102#define XOFS 64 102#define XOFS 64
103#define ROW_HEIGHT 18 103#define ROW_HEIGHT 18
104#define ROW_INDENT 11 104#define ROW_INDENT 11
105#define MAX_FPS 20 105#define MAX_FPS 30
106 106
107/* 16x16 bubbles (H300, iPod Color) */ 107/* 16x16 bubbles (H300, iPod Color) */
108#elif (LCD_HEIGHT == 176) && (LCD_WIDTH == 220) 108#elif (LCD_HEIGHT == 176) && (LCD_WIDTH == 220)