summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/PcsxrController.m')
-rw-r--r--macosx/PcsxrController.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index 72feab3a..dea933b3 100644
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -408,6 +408,10 @@ static NSString *HandleBinCue(NSString *toHandle)
url = [supportURL URLByAppendingPathComponent:@"Pcsxr/Patches"];
if (![url checkResourceIsReachableAndReturnError:NULL])
[manager createDirectoryAtPath:[url path] withIntermediateDirectories:YES attributes:nil error:NULL];
+
+ url = [supportURL URLByAppendingPathComponent:@"Pcsxr/PlugIns"];
+ if (![url checkResourceIsReachableAndReturnError:NULL])
+ [manager createDirectoryAtPath:[url path] withIntermediateDirectories:YES attributes:nil error:NULL];
saveStatePath = [[[supportURL URLByAppendingPathComponent:@"Pcsxr/Save States"] path] copy];
if (![manager fileExistsAtPath:saveStatePath isDirectory:&dir])