ZXHawk: Added bk2 mnemonic constants
This commit is contained in:
parent
ddbe1b8a84
commit
a471206d6a
|
@ -280,7 +280,16 @@ namespace BizHawk.Client.Common
|
||||||
["Cursor Left/Right"] = 'l',
|
["Cursor Left/Right"] = 'l',
|
||||||
["Space"] = '_'
|
["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 Up"] = 'u',
|
||||||
["C Down"] = 'd',
|
["C Down"] = 'd',
|
||||||
|
|
Loading…
Reference in New Issue