From 95b52a0d002884a6aa8ed3b6eb2f733cb6db6d41 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Tue, 15 May 2007 16:45:45 +0000 Subject: 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 --- apps/plugins/bubbles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 #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) -- cgit v1.2.3