joypad_set works.
This commit is contained in:
parent
da634a45f1
commit
22feb43b78
|
@ -1121,7 +1121,7 @@ namespace BizHawk.MultiClient
|
|||
);
|
||||
return;
|
||||
}
|
||||
string result = "Button: " + button + ", Value: " + value.ToString();
|
||||
Global.ClickyVirtualPadController.Click(button.ToString());
|
||||
}
|
||||
|
||||
//----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue