This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10620 - bubbles on c200
Attached to Project:
Rockbox
Opened by Robert Kukla (roolku) - Sunday, 27 September 2009, 12:42 GMT+2
Last edited by Johannes Schwarz (Ubuntuxer) - Saturday, 31 October 2009, 21:09 GMT+2
Opened by Robert Kukla (roolku) - Sunday, 27 September 2009, 12:42 GMT+2
Last edited by Johannes Schwarz (Ubuntuxer) - Saturday, 31 October 2009, 21:09 GMT+2
|
Detailsr22843-090926 (and before):
The game is unplayable as the current (and next) ball colour is not visible until you shoot. |
This task depends upon
Closed by Johannes Schwarz (Ubuntuxer)
Saturday, 31 October 2009, 21:09 GMT+2
Reason for closing: Accepted
Additional comments about closing: r23449
Saturday, 31 October 2009, 21:09 GMT+2
Reason for closing: Accepted
Additional comments about closing: r23449
Index: bubbles.c
===================================================================
--- bubbles.c (revision 23319)
+++ bubbles.c (working copy)
@@ -182,6 +182,7 @@
/* 8x8 bubbles (Sansa C200) */
#elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132))
#define XOFS 45
+#define ROW_HEIGHT 6
#define MAX_FPS 30
/* 7x7 bubbles (Sansa Clip/m200) */
Thank you for your bug report.