diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-10 01:02:14 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-01-10 01:02:14 +0000 |
| commit | f9cb1c85ed195c205d7bb48b69c83a7838cb9aa2 (patch) | |
| tree | 0bc1e43f33158709d33c43b061f96145a98ad685 /macosx/ConfigurationController.m | |
| parent | 564758db27f02a09c61a1ac068a2fa22c887a0dd (diff) | |
| download | pcsxr-f9cb1c85ed195c205d7bb48b69c83a7838cb9aa2.tar.gz | |
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
Diffstat (limited to 'macosx/ConfigurationController.m')
| -rwxr-xr-x | macosx/ConfigurationController.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |
