mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
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
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue