Skip to content

Commit 6d16e9f

Browse files
committed
Increase MENU_LABEL_MAX_LENGTH to prevent info truncation
1 parent 17b4ffa commit 6d16e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/menu_entries.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
RETRO_BEGIN_DECLS
3333

34-
#define MENU_LABEL_MAX_LENGTH 512
34+
#define MENU_LABEL_MAX_LENGTH 1024
3535

3636
#define MENU_SEARCH_FILTER_MAX_TERMS 8
3737
#define MENU_SEARCH_FILTER_MAX_LENGTH 64

0 commit comments

Comments
 (0)