O2 - bk2 mnemonics for some missing buttons

This commit is contained in:
adelikat 2020-03-23 14:06:05 -05:00
parent 7aa0b08dd5
commit 8988c9bb8f
1 changed files with 9 additions and 0 deletions

View File

@ -424,6 +424,15 @@ namespace BizHawk.Client.Common
{
["Lid"] = 'P',
["Touch"] = 'T'
},
["O2"] = new Dictionary<string, char>
{
["PERIOD"] = '.',
["SPC"] = 's',
["YES"] = 'y',
["NO"] = 'n',
["CLR"] = 'c',
["ENT"] = 'e'
}
};
}