We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b9585 commit ae6ff1dCopy full SHA for ae6ff1d
src/BizHawk.Client.Common/cheats/GameSharkDecoder.cs
@@ -136,7 +136,7 @@ private static IDecodeResult Snes(string code)
136
137
if (code.Length == 8)
138
{
139
- return GbGameSharkDecoder.Decode(code);
+ return SnesActionReplayDecoder.Decode(code);
140
}
141
142
return new InvalidCheatCode($"Unknown code type: {code}");
0 commit comments