diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-08 19:25:55 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-08 19:25:55 +0000 |
| commit | 720d4be596d3aa7529d9e97eacb744e90b4a8e3f (patch) | |
| tree | b3e562f9f7755e17df19be177765713524d3355e /libpcsxcore/ppf.c | |
| parent | 1d525a69e206ba55d17eca50219715a7bbbec254 (diff) | |
| download | pcsxr-720d4be596d3aa7529d9e97eacb744e90b4a8e3f.tar.gz | |
Applying patch 13817.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82774 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/ppf.c')
| -rwxr-xr-x | libpcsxcore/ppf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/ppf.c b/libpcsxcore/ppf.c index 66323780..ab93bbe7 100755 --- a/libpcsxcore/ppf.c +++ b/libpcsxcore/ppf.c @@ -207,7 +207,7 @@ void BuildPPFCache() { buffer[10] = CdromId[8]; buffer[11] = '\0'; - sprintf(szPPF, "%s%s", Config.PatchesDir, buffer); + sprintf(szPPF, "%s/%s", Config.PatchesDir, buffer); ppffile = fopen(szPPF, "rb"); if (ppffile == NULL) return; |
