diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-04-08 02:39:38 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-04-08 02:39:38 +0000 |
| commit | 17913e070197edf24b28757dd116a6932007cb6c (patch) | |
| tree | 844b13d8015d3f34f539bbcde11a43a8a662517e /macosx/main.m | |
| parent | c875a3566e340e366553beb2dcd6b2bcf4d5ab18 (diff) | |
| download | pcsxr-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-x | macosx/main.m | 2 |
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); } |
