- Status Closed
- Percent Complete
- Task Type Bugs
- Category Plugins
- Assigned To No-one
- Operating System Sansa c200
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Robert Kukla - 2009-09-27
Last edited by Johannes Schwarz - 2009-10-31
Opened by Robert Kukla - 2009-09-27
Last edited by Johannes Schwarz - 2009-10-31
FS#10620 - bubbles on c200
r22843-090926 (and before):
The game is unplayable as the current (and next) ball colour is not visible until you shoot.
Closed by Johannes Schwarz
2009-10-31 20:09
Reason for closing: Accepted
Additional comments about closing:
2009-10-31 20:09
Reason for closing: Accepted
Additional comments about closing:
r23449
This very trivial patch fixes bubbles on my c240 for me.
Index: bubbles.c
— bubbles.c (revision 23319)
+++ bubbles.c (working copy)
@@ -182,6 +182,7 @@
/* 8x8 bubbles (Sansa C200) */
#elif 1) #define XOFS 45
+#define ROW_HEIGHT 6
#define MAX_FPS 30
/* 7x7 bubbles (Sansa Clip/m200) */
I will commit your patch, although it seems that bubbles needs a basic rework of the layout.
Thank you for your bug report.