Merge pull request #528 from DigiDwrf/patch-1

Update zapper.c
This commit is contained in:
LibretroAdmin
2022-09-02 01:36:26 +02:00
committed by GitHub

View File

@@ -119,7 +119,7 @@ static uint8 FP_FASTAPASS(1) ReadZapperVS(int w) {
if (ZD[w].zap_readbit == 4) ret = 1;
if (ZD[w].zap_readbit == 7) {
if (ZD[w].bogo)
if (!ZD[w].bogo)
ret |= 0x1;
}