Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11683 - load skin backdrops into the audiobuffer instead of skin buffer on boot

Attached to Project: Rockbox
Opened by Jonathan Gordon (jdgordon) - Sunday, 17 October 2010, 13:54 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Sunday, 18 September 2011, 09:36 GMT+2
Task Type Patches
Category Themes
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Release 3.6
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch loads any backdrop images into the audio buffer if audio is stopped instead of the skin buffer which means we can either shrink that buffer, or themers can add much more images.

If a later theme needs more images and audio is playing this will not cause a playback stop (although I tihnk AA causes one anyway so maybe we can change that)
   backdroploading.diff (3.6 KiB)
 b/apps/gui/skin_engine/skin_backdrops.c |   69 +++++++++++++++++++++++++++-----
 1 file changed, 59 insertions(+), 10 deletions(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Sunday, 18 September 2011, 09:36 GMT+2
Reason for closing:  Out of Date

Loading...