diff --git a/pcsx2/CDVD/CDVDisoReader.cpp b/pcsx2/CDVD/CDVDisoReader.cpp index d9a22afcba..b7c106f736 100644 --- a/pcsx2/CDVD/CDVDisoReader.cpp +++ b/pcsx2/CDVD/CDVDisoReader.cpp @@ -29,7 +29,7 @@ #include "CDVDisoReader.h" static u8 *pbuffer; -static u8 cdbuffer[2352] = {0}; +static u8 cdbuffer[CD_FRAMESIZE_RAW] = {0}; static isoFile iso; static int psize, cdtype;