This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9408 - remove global_status.random_seed which I beleive isnt actually needed, NEEDS TESTING
Attached to Project:
Rockbox
Opened by Jonathan Gordon (jdgordon) - Wednesday, 17 September 2008, 10:28 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 20 September 2008, 17:26 GMT+2
Opened by Jonathan Gordon (jdgordon) - Wednesday, 17 September 2008, 10:28 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Saturday, 20 September 2008, 17:26 GMT+2
|
Detailsthis patch removes some code dealing with reloading the random seed from the global_status which I'm fairly certain was dead code...
in my quick testing with this patch with shuffling both with the menu option and in the quickscreen I can resume the playlist as it was correctly. this patch also reclaims 4 bytes from the hwcodec nvram targets (and will invalidate your current playlist resume info) |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Saturday, 20 September 2008, 17:26 GMT+2
Reason for closing: Accepted
Saturday, 20 September 2008, 17:26 GMT+2
Reason for closing: Accepted
Hm, yes, it does look like actually comes from the playlist_control file, using the PLAYLIST_COMMAND_SHUFFLE command... If so, it should be safe to remove.