mnemonics for a few missing NDS buttons

This commit is contained in:
adelikat 2020-03-21 12:09:23 -05:00
parent 7e48d11594
commit 8da4b13f94
1 changed files with 5 additions and 0 deletions

View File

@ -419,6 +419,11 @@ namespace BizHawk.Client.Common
["IV"] = '4',
["V"] = '5',
["VI"] = '6',
},
["NDS"] = new Dictionary<string, char>
{
["Lid"] = 'P',
["Touch"] = 'T'
}
};
}