Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #12 from AKuHAK/patch-1
Browse files Browse the repository at this point in the history
Fixed FMCB 1.9 installation
  • Loading branch information
987123879113 authored Feb 1, 2023
2 parents cbe466c + 7da89d1 commit b6fb42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/MemoryCardProtocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b6fb42b

Please sign in to comment.