mnemonic constants for option 1 and 2 buttons on lynx
This commit is contained in:
parent
f3a2387926
commit
38f6661cc1
|
@ -238,6 +238,14 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
{ "Toggle Cable", 'L' },
|
||||
}
|
||||
},
|
||||
{
|
||||
"LYNX",
|
||||
new Dictionary<string, char>
|
||||
{
|
||||
{ "Option 1", '1' },
|
||||
{ "Option 2", '2' }
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue