port Ti83 tooltip fix to 1.5x branch
This commit is contained in:
parent
7d4e831861
commit
fa35f3fef4
|
@ -30,13 +30,8 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
private void SetToolTips()
|
private void SetToolTips()
|
||||||
{
|
{
|
||||||
int x = 0;
|
|
||||||
x++;
|
|
||||||
int y = x;
|
|
||||||
y++;
|
|
||||||
|
|
||||||
var mappings = Global.Config.AllTrollers["TI83 Controller"];
|
|
||||||
//Set button hotkey mapping into tooltips
|
//Set button hotkey mapping into tooltips
|
||||||
|
var mappings = Global.Config.AllTrollers["TI83 Controller"];
|
||||||
toolTip1.SetToolTip(ZERO, mappings["0"]);
|
toolTip1.SetToolTip(ZERO, mappings["0"]);
|
||||||
toolTip1.SetToolTip(ONE, mappings["1"]);
|
toolTip1.SetToolTip(ONE, mappings["1"]);
|
||||||
toolTip1.SetToolTip(TWO, mappings["2"]);
|
toolTip1.SetToolTip(TWO, mappings["2"]);
|
||||||
|
|
Loading…
Reference in New Issue