port Ti83 tooltip fix to 1.5x branch

This commit is contained in:
adelikat 2013-11-09 02:00:57 +00:00
parent 7d4e831861
commit fa35f3fef4
1 changed files with 1 additions and 6 deletions

View File

@ -30,13 +30,8 @@ namespace BizHawk.Client.EmuHawk
private void SetToolTips()
{
int x = 0;
x++;
int y = x;
y++;
var mappings = Global.Config.AllTrollers["TI83 Controller"];
//Set button hotkey mapping into tooltips
var mappings = Global.Config.AllTrollers["TI83 Controller"];
toolTip1.SetToolTip(ZERO, mappings["0"]);
toolTip1.SetToolTip(ONE, mappings["1"]);
toolTip1.SetToolTip(TWO, mappings["2"]);