- 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
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 Ubuntuxer
2009-10-31 20:09
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2009-10-31 20:09
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
r23449
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.