From 637f97d9dbdb2451d80f091a650aee1e071df846 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 27 Sep 2014 17:28:49 +0000 Subject: 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 --- macosx/Source/PcsxrPlugin.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'macosx/Source/PcsxrPlugin.m') 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) -- cgit v1.2.3