diff options
Diffstat (limited to 'source/gui.c')
-rw-r--r-- | source/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gui.c b/source/gui.c index 7d328b7..3579f69 100644 --- a/source/gui.c +++ b/source/gui.c @@ -37,7 +37,7 @@ */ #define FSEL_FILENAME_LEN 20 #define FSEL_LINES 16 -#define FSEL_MAX_FILES 512 +#define FSEL_MAX_FILES 1024 #define FSEL_LIST_Y 10 #define FSEL_LIST_H FSEL_LINES*8 |