summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-10 04:21:36 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-10 04:21:36 +0000
commite66ba25d49a90a20e2465cadeef8e2e83ce291bc (patch)
tree833c327c717ba0c365c7f37de06a61997fcb616b /macosx/PcsxrPlugin.m
parentea7e430219d044b73473dd2782e741f8582688f9 (diff)
downloadpcsxr-e66ba25d49a90a20e2465cadeef8e2e83ce291bc.tar.gz
Setting the Plug-in window controllers' initial value to nil.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82168 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPlugin.m')
-rwxr-xr-xmacosx/PcsxrPlugin.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/PcsxrPlugin.m b/macosx/PcsxrPlugin.m
index 97e3fbc6..b311c503 100755
--- a/macosx/PcsxrPlugin.m
+++ b/macosx/PcsxrPlugin.m
@@ -319,6 +319,7 @@
[NSThread detachNewThreadSelector:@selector(runCommand:) toTarget:self
withObject:arg];
//NOTE: the runCommand releases the arg command. Probably not the best way to do it...
+ //This is not an issue with ARC (64-bit) code
}
- (void)configureAs:(int)aType
@@ -334,6 +335,7 @@
[NSThread detachNewThreadSelector:@selector(runCommand:) toTarget:self
withObject:arg];
//NOTE: the runCommand releases the arg command. Probably not the best way to do it...
+ //This is not an issue with ARC (64-bit) code
}
- (NSString *)displayVersion