mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-06 06:55:57 +01:00
fix for config reading of key mappings
This commit is contained in:
parent
6b0e776100
commit
6855b121ea
@ -431,6 +431,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…
x
Reference in New Issue
Block a user