mnemonics for a few missing NDS buttons
This commit is contained in:
parent
7e48d11594
commit
8da4b13f94
|
@ -419,6 +419,11 @@ namespace BizHawk.Client.Common
|
|||
["IV"] = '4',
|
||||
["V"] = '5',
|
||||
["VI"] = '6',
|
||||
},
|
||||
["NDS"] = new Dictionary<string, char>
|
||||
{
|
||||
["Lid"] = 'P',
|
||||
["Touch"] = 'T'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue