diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2014-09-08 14:02:34 +0200 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2014-09-08 14:09:58 +0200 |
| commit | 5e0baf29222f9a8b1bc6c993c82e523036fdcc05 (patch) | |
| tree | d9f09b1fb1f336e4b77db4d526374c6881903434 /apps/plugins/bubbles.c | |
| parent | e312101181c2b4a4bd610e4f4e8a1f9a9f576323 (diff) | |
| download | rockbox-5e0baf29222f9a8b1bc6c993c82e523036fdcc05.zip rockbox-5e0baf29222f9a8b1bc6c993c82e523036fdcc05.tar.gz rockbox-5e0baf29222f9a8b1bc6c993c82e523036fdcc05.tar.bz2 rockbox-5e0baf29222f9a8b1bc6c993c82e523036fdcc05.tar.xz | |
Bubbles: make it work on Samsung YH-820 and align it on the occasion on Cowon M3.
Change-Id: I8d679ccba7f618cee78445b76452c368b00d2b60
Diffstat (limited to 'apps/plugins/bubbles.c')
| -rw-r--r-- | apps/plugins/bubbles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/bubbles.c b/apps/plugins/bubbles.c index 5393808..3254229 100644 --- a/apps/plugins/bubbles.c +++ b/apps/plugins/bubbles.c @@ -187,9 +187,9 @@ enum { #define XOFS 33 #define MAX_FPS 30 -/* 9x9 bubbles (iAudio M3) */ +/* 9x9 bubbles (iAudio M3, Samsung YH-820) */ #elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 128) -#define XOFS 45 +#define XOFS 29 #define MAX_FPS 30 /* 8x8 bubbles (Sansa C200) */ |