add in missing mnemonics for 3DS controls

This commit is contained in:
CasualPokePlayer 2023-07-29 15:22:56 -07:00
parent 3f8c0cc952
commit 0a72dc046f
1 changed files with 19 additions and 10 deletions

View File

@ -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',