mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Somebody found a way to nest 6 menus deep. Congratulations. Fixes FS#5970
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10962 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1f760b8db4
commit
a3d686f961
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ struct menu {
|
|||
struct gui_synclist synclist;
|
||||
};
|
||||
|
||||
#define MAX_MENUS 5
|
||||
#define MAX_MENUS 6
|
||||
|
||||
static struct menu menus[MAX_MENUS];
|
||||
static bool inuse[MAX_MENUS] = { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue