forked from len0rd/rockbox
Increased maximum number of menus to 16 and avoiding a crash.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11019 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2692c4e278
commit
1dc35774bf
2 changed files with 19 additions and 3 deletions
|
@ -22,6 +22,10 @@
|
|||
#include "tagcache.h"
|
||||
#include "tree.h"
|
||||
|
||||
#define TAGNAVI_VERSION "#! rockbox/tagbrowser/2.0"
|
||||
#define TAGMENU_MAX_ITEMS 32
|
||||
#define TAGMENU_MAX_MENUS 16
|
||||
|
||||
enum table { root = 1, navibrowse, allsubentries, playtrack };
|
||||
|
||||
struct tagentry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue