summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrPlugin.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-09-27 17:28:49 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-09-27 17:28:49 +0000
commit637f97d9dbdb2451d80f091a650aee1e071df846 (patch)
treef87e485b8bdb8b9f7f823ff1df4eca4bec7ebad5 /macosx/Source/PcsxrPlugin.m
parent71ac2146a8e40aa5011df370377b3623cd8f1ed6 (diff)
downloadpcsxr-637f97d9dbdb2451d80f091a650aee1e071df846.tar.gz
OS X: minor maintenance:
Remove reference to "SJIS name": It wasn't being used anymore. Strip headers from SDL2 when copying it over: we don't need those files. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91642 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source/PcsxrPlugin.m')
-rw-r--r--macosx/Source/PcsxrPlugin.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/Source/PcsxrPlugin.m b/macosx/Source/PcsxrPlugin.m
index 219a88b4..1472b634 100644
--- a/macosx/Source/PcsxrPlugin.m
+++ b/macosx/Source/PcsxrPlugin.m
@@ -51,7 +51,6 @@
+ (NSString *)defaultKeyForType:(int)aType
{
- //return @"Plugin" [PcsxrPlugin prefixForType:aType];
switch (aType) {
case PSE_LT_GPU:
case PSE_LT_CDR:
@@ -175,7 +174,7 @@
return nil;
}
- // TODO: add support for plugins with multiple functionalities???
+ // TODO: add support for plugins with multiple functionalities?
PSE_getLibType = (PSEgetLibType) SysLoadSym(pluginRef, kPCSXRGetLibType);
if (SysLibError() != nil) {
if (([path rangeOfString: @"gpu" options:NSCaseInsensitiveSearch]).length != 0)