diff options
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; |
