Merge pull request #293 from retro-wertz/patch-1

Update vsuni.c
This commit is contained in:
Twinaphex
2019-08-01 18:54:26 +02:00
committed by GitHub

View File

@@ -309,9 +309,9 @@ void FCEU_VSUniCheck(uint64 md5partial, int *MapperNo, uint8 *Mirroring) {
secptr = 0;
if (vs->gameid & VS_TKOBOXING)
if (vs->gameid == VS_TKOBOXING)
secptr = secdata[0];
if (vs->gameid & VS_RBIBASEBALL)
if (vs->gameid == VS_RBIBASEBALL)
secptr = secdata[1];
vsdip = 0x0;