Fix SNES Action Replay cheatcode decoder
seems to be a typo from d0db4188d3
(4bfb4ab00/#1867)
This commit is contained in:
parent
45b958517e
commit
ae6ff1dac9
|
@ -136,7 +136,7 @@ namespace BizHawk.Client.Common.cheats
|
||||||
|
|
||||||
if (code.Length == 8)
|
if (code.Length == 8)
|
||||||
{
|
{
|
||||||
return GbGameSharkDecoder.Decode(code);
|
return SnesActionReplayDecoder.Decode(code);
|
||||||
}
|
}
|
||||||
|
|
||||||
return new InvalidCheatCode($"Unknown code type: {code}");
|
return new InvalidCheatCode($"Unknown code type: {code}");
|
||||||
|
|
Loading…
Reference in New Issue