From f9cb1c85ed195c205d7bb48b69c83a7838cb9aa2 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Thu, 10 Jan 2013 01:02:14 +0000 Subject: Messing with the OS X plug-in code: Making it so that absolute paths are properly handled on plug-ins. Put the absolute path if we load a plug-in from somewhere else than the App's built-in location. Have path in PcsxrPlugin be an Objective C property. Also making the name a new Objective C property. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82165 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/ConfigurationController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/ConfigurationController.m') diff --git a/macosx/ConfigurationController.m b/macosx/ConfigurationController.m index 80c23c38..35c812b5 100755 --- a/macosx/ConfigurationController.m +++ b/macosx/ConfigurationController.m @@ -230,7 +230,7 @@ NSString *memChangeNotifier = @"PcsxrMemoryCardDidChangeNotifier"; - (NSString *)keyForSender:(id)sender { - NSEnumerator *enumerator= [checkBoxDefaults keyEnumerator]; + NSEnumerator *enumerator = [checkBoxDefaults keyEnumerator]; id key; while ((key = [enumerator nextObject])) { id object = [checkBoxDefaults objectForKey:key]; -- cgit v1.2.3