trim cheat lines, since it's virtually impossible to copy text from a web browser without getting junk around it
This commit is contained in:
parent
89fc9c940d
commit
fe47285394
|
@ -44,7 +44,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
{
|
||||
try
|
||||
{
|
||||
var code = l.ToUpper();
|
||||
var code = l.ToUpper().Trim();
|
||||
var decoder = new GameSharkDecoder(MemoryDomains, Emulator.SystemId);
|
||||
var result = decoder.Decode(code);
|
||||
var domain = decoder.CheatDomain();
|
||||
|
|
Loading…
Reference in New Issue