Merge pull request #12 from AKuHAK/patch-1

Fixed FMCB 1.9 installation
master release-b6fb42b
987123879113 10 months ago committed by GitHub
commit b6fb42b28a
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