git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40653 e17a0e51-4ae3-4d35-97c3-1a29b211df97

This commit is contained in:
SND\weimingzhi_cp 2010-01-23 09:34:25 +00:00
parent 874cded1b9
commit 90c177779d

View File

@ -169,14 +169,14 @@ static void AddToPPF(s32 ladr, s32 pos, s32 anz, s8 *ppfmem) {
}
void BuildPPFCache() {
FILE *ppffile;
char buffer[12];
char method, undo = 0, blockcheck = 0;
int dizlen, dizyn;
char ppfmem[512], szPPF[MAXPATHLEN];
int count, seekpos, pos;
u32 anz; // avoids stupid overflows
s32 ladr, off, anx;
FILE *ppffile;
char buffer[12];
char method, undo = 0, blockcheck = 0;
int dizlen, dizyn;
unsigned char ppfmem[512], szPPF[MAXPATHLEN];
int count, seekpos, pos;
u32 anz; // use 32-bit to avoid stupid overflows
s32 ladr, off, anx;
ppfHead = NULL;