joypad_set works.

This commit is contained in:
brandman211 2012-03-19 19:10:30 +00:00
parent da634a45f1
commit 22feb43b78
1 changed files with 1 additions and 1 deletions

View File

@ -1121,7 +1121,7 @@ namespace BizHawk.MultiClient
);
return;
}
string result = "Button: " + button + ", Value: " + value.ToString();
Global.ClickyVirtualPadController.Click(button.ToString());
}
//----------------------------------------------------