mnemonic stuff
This commit is contained in:
parent
ca7a7886ed
commit
7afabc4a06
|
@ -231,7 +231,14 @@ namespace BizHawk.Client.Common
|
||||||
{ "DPad L", 'L' },
|
{ "DPad L", 'L' },
|
||||||
{ "DPad R", 'R' },
|
{ "DPad R", 'R' },
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"DGB",
|
||||||
|
new Dictionary<string, char>
|
||||||
|
{
|
||||||
|
{ "Toggle Cable", 'L' },
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue