From bf08124293a8572479c937d00d1305263560a425 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Thu, 1 Aug 2019 23:57:52 +0800 Subject: [PATCH] Update vsuni.c Change this to normal comparison check --- src/vsuni.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vsuni.c b/src/vsuni.c index 6645046..b75f3fc 100644 --- a/src/vsuni.c +++ b/src/vsuni.c @@ -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;