fix movie recording for nes and some other cores

This commit is contained in:
adelikat 2012-11-22 03:27:34 +00:00
parent f29a9dbbd8
commit 7b146707d1
1 changed files with 2 additions and 1 deletions

View File

@ -530,7 +530,8 @@ namespace BizHawk.MultiClient
{
input.Append(IsBasePressed("Power") ? Global.COMMANDS[ControlType]["Power"] : ".");
}
else if (ControlType != "SMS Controller" && ControlType != "TI83 Controller" && ControlType != "ColecoVision Basic Controller")
if (ControlType != "SMS Controller" && ControlType != "TI83 Controller" && ControlType != "ColecoVision Basic Controller")
{
input.Append("|");
}