add in missing mnemonics for 3DS controls
This commit is contained in:
parent
3f8c0cc952
commit
0a72dc046f
|
@ -496,6 +496,15 @@ namespace BizHawk.Client.Common
|
|||
["Mode: Set 2-button"] = 'm',
|
||||
["Mode: Set 6-button"] = 'M'
|
||||
},
|
||||
[VSystemID.Raw.N3DS] = new()
|
||||
{
|
||||
["Debug"] = 'd',
|
||||
["GPIO14"] = 'g',
|
||||
["ZL"] = 'z',
|
||||
["ZR"] = 'z',
|
||||
["Touch"] = 'T',
|
||||
["Tilt"] = 't'
|
||||
},
|
||||
[VSystemID.Raw.NDS] = new()
|
||||
{
|
||||
["LidOpen"] = 'o',
|
||||
|
|
Loading…
Reference in New Issue