Bk2 mnemonic constants for some psx buttons, had to get creative on this one

This commit is contained in:
adelikat 2014-12-12 01:28:20 +00:00
parent b1fa5b64fd
commit f447ab907b
1 changed files with 12 additions and 0 deletions

View File

@ -64,6 +64,12 @@ namespace BizHawk.Client.Common
{ "L1", 'l' },
{ "R1", 'r' },
{ "L2", 'L' },
{ "R2", 'R' },
{ "L3", '<' },
{ "R3", '>' },
{ "Button", 'B' },
{ "B1", '1' },
{ "B2", '2' },
@ -78,6 +84,7 @@ namespace BizHawk.Client.Common
{ "Mouse Start", 's' },
{"Mode", 'M'},
{"MODE", 'M'},
{ "Fire", 'F' },
{ "Lightgun Trigger", 'T' },
@ -96,6 +103,11 @@ namespace BizHawk.Client.Common
{ "Y2", '2' },
{ "Y3", '3' },
{ "Y4", '4' },
{ "Triangle", 'T' },
{ "Circle", 'O' },
{ "Cross", 'X' },
{ "Square", '□' }
};
private readonly Dictionary<string, Dictionary<string, char>> SystemOverrides = new Dictionary<string, Dictionary<string, char>>