mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Commit part of FS#9873 - Utilise buttons for playlisting
It adds a shortcut (combo or button) to directly go from the wps to the playlist viewer. The combos could possibly be improved on some targets, but I tried to keep a tad bit of consistency (was hardly possible). I also added a corresponding touchscreen region and adapted cabbiev2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22003 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
962faf1273
commit
5c9fe52629
34 changed files with 54 additions and 15 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "debug.h"
|
||||
#include "jpeg_load.h"
|
||||
/*#define JPEG_BS_DEBUG*/
|
||||
#define ROCKBOX_DEBUG_JPEG
|
||||
//#define ROCKBOX_DEBUG_JPEG
|
||||
/* for portability of below JPEG code */
|
||||
#define MEMSET(p,v,c) memset(p,v,c)
|
||||
#define MEMCPY(d,s,c) memcpy(d,s,c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue