mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
menu: add reset hotkey
This commit is contained in:
parent
e42a47e208
commit
9db6a54485
6 changed files with 9 additions and 2 deletions
|
@ -417,7 +417,7 @@ static void keys_parse_all(FILE *f)
|
|||
acts = parse_bind_val(val, &type);
|
||||
if (acts == -1) {
|
||||
lprintf("config: unhandled action \"%s\"\n", val);
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
mystrip(var + 5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue