소스 검색
Update config.h
pull/2591/head
Ray
2 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
0개의 추가작업 그리고
2개의 파일을 삭제
-
src/config.h
|
|
@ -84,8 +84,6 @@ |
|
|
|
#define MAX_KEY_PRESSED_QUEUE 16 // Maximum number of keys in the key input queue |
|
|
|
#define MAX_CHAR_PRESSED_QUEUE 16 // Maximum number of characters in the char input queue |
|
|
|
|
|
|
|
#define STORAGE_DATA_FILE "storage.data" // Automatic storage filename |
|
|
|
|
|
|
|
#define MAX_DECOMPRESSION_SIZE 64 // Max size allocated for decompression in MB |
|
|
|
|
|
|
|
|
|
|
|