summaryrefslogtreecommitdiff
path: root/macosx/PcsxrDiscHandler.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-26 04:45:19 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-06-26 04:45:19 +0000
commite80786f8fa5438eb331c9da542064cf876a956aa (patch)
tree195bf24dd04eb1827c80b51b3bdfa903445ddca2 /macosx/PcsxrDiscHandler.h
parentcedd6e77340d6693630ff9d06b0a64d9be675de3 (diff)
downloadpcsxr-e80786f8fa5438eb331c9da542064cf876a956aa.tar.gz
Disable the net plug-in in the freeze state handler on demand.
Run the disc image from the handler through PcsxrController so that it can disable the net plug-in as needed. Cache the NSURL value in the Disc handler. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85563 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrDiscHandler.h')
-rwxr-xr-xmacosx/PcsxrDiscHandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/PcsxrDiscHandler.h b/macosx/PcsxrDiscHandler.h
index 933d7799..150a580c 100755
--- a/macosx/PcsxrDiscHandler.h
+++ b/macosx/PcsxrDiscHandler.h
@@ -10,5 +10,8 @@
#import "PcsxrFileHandle.h"
@interface PcsxrDiscHandler : NSObject <PcsxrFileHandle>
+{
+ NSURL *discURL;
+}
@end