Update vsuni.c

Change this to normal comparison check
This commit is contained in:
retro-wertz
2019-08-01 23:57:52 +08:00
committed by GitHub
parent cc7f786af5
commit bf08124293

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;