Wonderswan - add Start to mnemonics

This commit is contained in:
adelikat 2014-06-01 16:49:40 +00:00
parent 54b1c0ac00
commit 2d6e526073
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ namespace BizHawk.Client.Common
new Tuple<string, char>("Left Y", 'L'),
new Tuple<string, char>("Right Y", 'R'),
new Tuple<string, char>(null, '|'),
new Tuple<string, char>("Start", 'S'),
new Tuple<string, char>("B", 'B'),
new Tuple<string, char>("A", 'A'),
new Tuple<string, char>("Power", 'P'),