mirror of
https://github.com/ole00/afterburner.git
synced 2025-08-09 10:25:13 +00:00
PC app: increase buffer sizes to fit ATF750C data
This commit is contained in:
@@ -52,8 +52,8 @@ To compile: gcc -g3 -O0 -o afterburner afterburner.c
|
||||
|
||||
#define MAX_LINE 1024
|
||||
|
||||
#define MAXFUSES 10000
|
||||
#define GALBUFSIZE 16384
|
||||
#define MAXFUSES 30000
|
||||
#define GALBUFSIZE 65536
|
||||
|
||||
typedef enum {
|
||||
UNKNOWN,
|
||||
|
Reference in New Issue
Block a user