mirror of
https://github.com/ole00/afterburner.git
synced 2024-11-22 06:32:01 +00:00
PC app: increase buffer sizes to fit ATF750C data
This commit is contained in:
parent
dc16f92a2e
commit
053c914fae
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user