mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fix for config reading of key mappings
This commit is contained in:
parent
69c22514b0
commit
8c10129faa
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ static void keys_parse_all(FILE *f)
|
|||
mystrip(var + 5);
|
||||
in_config_bind_key(dev_id, var + 5, acts, type);
|
||||
}
|
||||
in_clean_binds();
|
||||
}
|
||||
|
||||
static void parse(const char *var, const char *val, int *keys_encountered)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue