More PadSimple
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@702 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
14880b0232
commit
b632f019da
|
@ -55,9 +55,8 @@ static const char* controlNames[] =
|
||||||
"Y_button",
|
"Y_button",
|
||||||
"Z_trigger",
|
"Z_trigger",
|
||||||
"Start",
|
"Start",
|
||||||
"Soft_triggerL_switch",
|
"Soft_trigger_switch",
|
||||||
"L_button",
|
"L_button",
|
||||||
"Soft_triggerR_switch",
|
|
||||||
"R_button",
|
"R_button",
|
||||||
"Main_stick_up",
|
"Main_stick_up",
|
||||||
"Main_stick_down",
|
"Main_stick_down",
|
||||||
|
@ -86,7 +85,6 @@ static const char* userControlNames[] =
|
||||||
"Start",
|
"Start",
|
||||||
"Analog", // Don't use
|
"Analog", // Don't use
|
||||||
"L",
|
"L",
|
||||||
"Analog", // Don't use
|
|
||||||
"R",
|
"R",
|
||||||
"Up",
|
"Up",
|
||||||
"Down",
|
"Down",
|
||||||
|
|
Loading…
Reference in New Issue