ImportFCM(): fixed to interpret reset commands correctly.

It emited an incorrect result for "Zanac (U)" movie (734M).
Control update bytes are not toggle-form, unlike controller update bytes.
This commit is contained in:
taotao54321 2012-03-09 11:38:29 +00:00
parent 3e9379ac8a
commit 363fa25200
1 changed files with 1 additions and 2 deletions

View File

@ -439,8 +439,7 @@ namespace BizHawk.MultiClient
break;
// Reset
case 1:
reset = !controllers["Reset"];
controllers["Reset"] = reset;
reset = controllers["Reset"] = true;
break;
// Power cycle
case 2: