VirtualPads - fix clearing of joystick pads

This commit is contained in:
adelikat 2012-11-25 20:13:13 +00:00
parent 57e9619ff6
commit aeb5ca2115
1 changed files with 1 additions and 1 deletions

View File

@ -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;