mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Wii: Minor adjustments to the joystick defaults for the Classic Controller.
git-svn-id: https://svn.eduke32.com/eduke32@2804 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
acbfa9ad05
commit
51331e11a0
1 changed files with 3 additions and 3 deletions
|
@ -277,9 +277,9 @@ static const char * joystickdefaults[] =
|
|||
"Map", // X
|
||||
"Run", // Y
|
||||
"Jump", // L
|
||||
"Fire", // R
|
||||
"Quick_Kick", // R
|
||||
"Crouch", // ZL
|
||||
"Inventory", // ZR
|
||||
"Fire", // ZR
|
||||
"Quick_Kick", // D-Pad Up
|
||||
"Inventory_Right", // D-Pad Right
|
||||
"Inventory", // D-Pad Down
|
||||
|
@ -318,7 +318,7 @@ static const char * joystickclickeddefaults[] =
|
|||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"Inventory",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
|
|
Loading…
Reference in a new issue