mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
playback: reserve an aa slot for iap
Change-Id: I605017148b6f3c62021e63f58a1ddd8e229c5fbb
This commit is contained in:
parent
757e683506
commit
c2e1094383
1 changed files with 4 additions and 0 deletions
|
|
@ -178,7 +178,11 @@ struct audio_resume_info
|
|||
static struct mutex id3_mutex SHAREDBSS_ATTR; /* (A,O)*/
|
||||
|
||||
/** For album art support **/
|
||||
#if defined(USB_ENABLE_IAP)
|
||||
#define MAX_MULTIPLE_AA (SKINNABLE_SCREENS_COUNT + 1)
|
||||
#else
|
||||
#define MAX_MULTIPLE_AA SKINNABLE_SCREENS_COUNT
|
||||
#endif
|
||||
#ifdef HAVE_ALBUMART
|
||||
|
||||
static int albumart_mode = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue