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