fix movie recording for nes and some other cores
This commit is contained in:
parent
f29a9dbbd8
commit
7b146707d1
|
@ -530,7 +530,8 @@ namespace BizHawk.MultiClient
|
||||||
{
|
{
|
||||||
input.Append(IsBasePressed("Power") ? Global.COMMANDS[ControlType]["Power"] : ".");
|
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("|");
|
input.Append("|");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue