N64 - fix L and R buttons for mnemonics

This commit is contained in:
adelikat 2013-05-04 03:33:50 +00:00
parent 494a20c801
commit 04ae097832
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ namespace BizHawk.MultiClient
"Nintento 64 Controller", new Dictionary<string, string>()
{
{"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"}
}
},