Fix filepath size

This commit is contained in:
NepDisk 2025-10-17 12:07:45 -04:00
parent 4530947eaf
commit b9a2878c11

View file

@ -91,7 +91,7 @@ typedef enum {
} menudemotype_e;
struct menudemo_t {
char filepath[256];
char filepath[1024];
menudemotype_e type;
char title[65]; // Null-terminated for string prints