PC-FX - mnemonics

This commit is contained in:
adelikat 2017-07-11 20:10:48 -05:00
parent fea9afa216
commit a105f29d04
1 changed files with 11 additions and 0 deletions

View File

@ -95,6 +95,8 @@ namespace BizHawk.Client.Common
["Mode"] = 'M',
["MODE"] = 'M',
["Mode 1"] = 'M',
["Mode 2"] = 'm',
["Fire"] = 'F',
["Lightgun Trigger"] = 'T',
@ -357,6 +359,15 @@ namespace BizHawk.Client.Common
["R_Down"] = 'd',
["R_Left"] = 'l',
["R_Right"] = 'r',
},
["PCFX"] = new Dictionary<string, char>
{
["I"] = '1',
["II"] = '2',
["III"] = '3',
["IV"] = '4',
["V"] = '5',
["VI"] = '6',
}
};
}