diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 12:03:01 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-01-23 12:03:01 +0000 |
| commit | 4f955540f5cca37f1f1ddc27b1d76eb635aa9d46 (patch) | |
| tree | 501718bcee10ed25c713f04d09d15d2be89ebe91 /libpcsxcore | |
| parent | 76b5a9d8d816be8ab788c0ffac327336bd5fa783 (diff) | |
| download | pcsxr-4f955540f5cca37f1f1ddc27b1d76eb635aa9d46.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40660 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/ppf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c index 5e563c19..a137d71b 100644 --- a/libpcsxcore/ppf.c +++ b/libpcsxcore/ppf.c @@ -179,7 +179,7 @@ void BuildPPFCache() { u32 anz; // use 32-bit to avoid stupid overflows s32 ladr, off, anx; - ppfHead = NULL; + FreePPFCache(); // Generate filename in the format of SLUS_123.45 buffer[0] = toupper(CdromId[0]); |
