VirtualPads - fix clearing of joystick pads
This commit is contained in:
parent
57e9619ff6
commit
aeb5ca2115
|
@ -151,7 +151,7 @@ namespace BizHawk.MultiClient
|
|||
|
||||
public override void Clear()
|
||||
{
|
||||
if (Global.Emulator.SystemId != "A26") return;
|
||||
if (Global.Emulator.SystemId != "A26" && Global.Emulator.SystemId != "C64") return;
|
||||
PU.Checked = false;
|
||||
PD.Checked = false;
|
||||
PL.Checked = false;
|
||||
|
|
Loading…
Reference in New Issue