mnemonic constants for option 1 and 2 buttons on lynx

This commit is contained in:
adelikat 2014-11-02 14:11:14 +00:00
parent f3a2387926
commit 38f6661cc1
1 changed files with 8 additions and 0 deletions

View File

@ -238,6 +238,14 @@ namespace BizHawk.Client.Common
{
{ "Toggle Cable", 'L' },
}
},
{
"LYNX",
new Dictionary<string, char>
{
{ "Option 1", '1' },
{ "Option 2", '2' }
}
}
};
}