PCE: fix CDL loading
This commit is contained in:
parent
d5d84943fa
commit
078599adce
BizHawk.Emulation.Cores/CPUs/HuC6280
|
@ -115,7 +115,7 @@ namespace BizHawk.Emulation.Cores.Components.H6280
|
|||
return false;
|
||||
foreach (var kvp in sizes)
|
||||
{
|
||||
if (ContainsKey(kvp.Key))
|
||||
if (!ContainsKey(kvp.Key))
|
||||
return false;
|
||||
if (this[kvp.Key].Length != kvp.Value)
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue