diff options
| author | Ray <[email protected]> | 2022-06-12 11:32:10 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-12 11:32:10 +0200 |
| commit | 875601c4cc9909ff76f454408dfc4f0d78bd5596 (patch) | |
| tree | 0e7e22329f60b974279b10ec8c45b884352272d9 /src/config.h | |
| parent | 96292bc859fa0149e419f414122693a38b2f0761 (diff) | |
| download | raylib-875601c4cc9909ff76f454408dfc4f0d78bd5596.tar.gz raylib-875601c4cc9909ff76f454408dfc4f0d78bd5596.zip | |
REVIEWED: `FilePathList`, consider maximum capacity
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 695212db..8a20f174 100644 --- a/src/config.h +++ b/src/config.h @@ -74,6 +74,7 @@ // rcore: Configuration values //------------------------------------------------------------------------------------ +#define MAX_FILEPATH_CAPACITY 8192 // Maximum file paths capacity #define MAX_FILEPATH_LENGTH 4096 // Maximum length for filepaths (Linux PATH_MAX default value) #define MAX_KEYBOARD_KEYS 512 // Maximum number of keyboard keys supported |
