This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11389 - Work to make the theme parser more rockbox friendly
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Thursday, 10 June 2010, 16:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 11 June 2010, 01:36 GMT+2
Opened by Jonathan Gordon (jdgordon) - Thursday, 10 June 2010, 16:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 11 June 2010, 01:36 GMT+2
|
DetailsThis does some housecleaning to make it more friendly to a rockbox build..
in a rockbox build ROCKBOX is defined so use that to determine which memory management to use. Dont bother storing comments in ROCKBOX build. Change the element->text to void*data to make elemets more usable in a ROCKBOX build |
This task depends upon
(Yes I agree these savings are pretty small, but if we can dynamically size the skin buffer then every saved byte is a free byte for the playback buffer :) )
edit: or alternatively, why not put the params for the tag into the CONDITIONAL element instead of children[0]? That is what I assumed has happening anyway and seems to be clearer...