mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 12:50:44 +00:00
Forgot config strings for menu keys
This commit is contained in:
parent
5314c0e36b
commit
3d8bc85494
1 changed files with 4 additions and 0 deletions
|
@ -990,6 +990,10 @@ static const char *gamecontrolname[num_gamecontrols] =
|
||||||
"jump",
|
"jump",
|
||||||
"console",
|
"console",
|
||||||
"pause",
|
"pause",
|
||||||
|
"systemmenu",
|
||||||
|
"screenshot",
|
||||||
|
"recordgif",
|
||||||
|
"viewpoint",
|
||||||
"custom1",
|
"custom1",
|
||||||
"custom2",
|
"custom2",
|
||||||
"custom3",
|
"custom3",
|
||||||
|
|
Loading…
Reference in a new issue