ZXHawk: Added bk2 mnemonic constants

This commit is contained in:
Asnivor 2018-08-13 09:12:38 +01:00
parent ddbe1b8a84
commit a471206d6a
1 changed files with 10 additions and 1 deletions

View File

@ -280,7 +280,16 @@ namespace BizHawk.Client.Common
["Cursor Left/Right"] = 'l',
["Space"] = '_'
},
["N64"] = new Dictionary<string, char>
["ZXSpectrum"] = new Dictionary<string, char>
{
["Return"] = 'e',
["Space"] = 's',
["Up Cursor"] = 'u',
["Down Cursor"] = 'd',
["Left Cursor"] = 'l',
["Right Cursor"] = 'r'
},
["N64"] = new Dictionary<string, char>
{
["C Up"] = 'u',
["C Down"] = 'd',