Fixed FMCB 1.9 installation

Co-authored-by: Florin9doi <Florin9doi@users.noreply.github.com>
pull/12/head
AKuHAK 10 months ago committed by GitHub
parent cbe466c996
commit 7da89d1eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pcsx2/MemoryCardProtocol.cpp

@ -711,7 +711,7 @@ void MemoryCardProtocol::AuthCrypt()
fifoOut.push_back(buf[i]);
}
fifoOut.push_back(xorResult);
The2bTerminator(14);
fifoOut.push_back(mcd->term);
break;
default:
Console.Warning("%s(queue) Unexpected modeByte (%02X), please report to the PCSX2 team", __FUNCTION__, modeByte);

Loading…
Cancel
Save