summaryrefslogtreecommitdiff
path: root/macosx/main.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-04-08 02:39:38 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-04-08 02:39:38 +0000
commit17913e070197edf24b28757dd116a6932007cb6c (patch)
tree844b13d8015d3f34f539bbcde11a43a8a662517e /macosx/main.m
parentc875a3566e340e366553beb2dcd6b2bcf4d5ab18 (diff)
downloadpcsxr-17913e070197edf24b28757dd116a6932007cb6c.tar.gz
OS X: Add a comment.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89829 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/main.m')
-rwxr-xr-xmacosx/main.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/main.m b/macosx/main.m
index d8c2e14c..ec00387f 100755
--- a/macosx/main.m
+++ b/macosx/main.m
@@ -236,6 +236,8 @@ const char *SysLibError()
}
void SysCloseLibrary(void *lib) {
+ // We do not close libraries due to how Objective C code misbehaves if unloaded,
+ // particularly constant NSStrings.
//dlclose(lib);
}