summaryrefslogtreecommitdiff
path: root/macosx/PcsxrDiscHandler.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-08 23:35:59 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-07-08 23:35:59 +0000
commit2b8ba2c882c831e71956dcaef175cde2670ee6b5 (patch)
tree1abdf17a421465484e9556d185f3f09b35bbc5c7 /macosx/PcsxrDiscHandler.h
parent3a71f744bd13017cd74414481f78c5d10142cbde (diff)
downloadpcsxr-2b8ba2c882c831e71956dcaef175cde2670ee6b5.tar.gz
Rework the disc handler on OS X a bit.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85917 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrDiscHandler.h')
-rwxr-xr-xmacosx/PcsxrDiscHandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/PcsxrDiscHandler.h b/macosx/PcsxrDiscHandler.h
index 150a580c..8ff673fb 100755
--- a/macosx/PcsxrDiscHandler.h
+++ b/macosx/PcsxrDiscHandler.h
@@ -8,10 +8,12 @@
#import <Foundation/Foundation.h>
#import "PcsxrFileHandle.h"
+#import "ARCBridge.h"
@interface PcsxrDiscHandler : NSObject <PcsxrFileHandle>
{
- NSURL *discURL;
+ NSURL *_discURL;
+ __arcweak NSString *discPath;
}
@end