Fix PCE input recording
This commit is contained in:
parent
2a3f7cde37
commit
0da8d9da00
|
@ -163,6 +163,8 @@ namespace BizHawk.MultiClient
|
|||
|
||||
if (type.Name == "PC Engine Controller")
|
||||
{
|
||||
input.Append("."); //TODO: reset goes here
|
||||
input.Append("|");
|
||||
for (int i = 1; i < 6; i++)
|
||||
{
|
||||
input.Append(IsPressed("P" + i.ToString() + " Up") ? "U" : ".");
|
||||
|
|
Loading…
Reference in New Issue