fix mistake in libsnes CARTROM-D CDL block

This commit is contained in:
zeromus 2020-12-07 15:55:15 -05:00
parent 699fb1171c
commit 28af57de18
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.SNES
zz++;
_comm->cdl_ptr[zz] = cdl.GetPin("CARTROM-D").ToInt64();
_comm->cdl_size[zz] = cdl["CARTROM"].Length;
_comm->cdl_size[zz] = cdl["CARTROM"].Length * 2;
zz++;
if (cdl.Has("CARTRAM"))