N64 - fix L and R buttons for mnemonics
This commit is contained in:
parent
494a20c801
commit
04ae097832
|
@ -180,7 +180,7 @@ namespace BizHawk.MultiClient
|
||||||
"Nintento 64 Controller", new Dictionary<string, string>()
|
"Nintento 64 Controller", new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
{"DPad U", "U"}, {"DPad D", "D"}, {"DPad L", "L"}, {"DPad R", "R"},
|
{"DPad U", "U"}, {"DPad D", "D"}, {"DPad L", "L"}, {"DPad R", "R"},
|
||||||
{"A", "A"}, {"B", "B"}, {"Z", "Z"}, {"Start", "S"},
|
{"A", "A"}, {"B", "B"}, {"Z", "Z"}, {"Start", "S"}, {"L", "L"}, {"R", "R"},
|
||||||
{"C Up", "u"}, {"C Down", "d"}, {"C Left", "l"}, {"C Right", "r"}
|
{"C Up", "u"}, {"C Down", "d"}, {"C Left", "l"}, {"C Right", "r"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue