mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fixes and improvements for type issues, part 3
This commit is contained in:
parent
832faed320
commit
4cc0fcaf15
15 changed files with 149 additions and 147 deletions
|
@ -401,7 +401,7 @@ static int parse_bind_val(const char *val, int *type)
|
|||
|
||||
static void keys_parse_all(FILE *f)
|
||||
{
|
||||
char line[256], *var, *val;
|
||||
char line[640], *var, *val;
|
||||
int dev_id = -1;
|
||||
int acts, type;
|
||||
int ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue