summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-17 21:44:51 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-12-17 21:44:51 +0000
commit7264f33c12473e0c77357cff952056550e5eae76 (patch)
treec5097feb1e3494b7d4e7a16a0e8f83f6455df423 /macosx/PcsxrPlugin.h
parenta603862e8da2d061f728a373acb503fa374b8c6b (diff)
downloadpcsxr-7264f33c12473e0c77357cff952056550e5eae76.tar.gz
Tell NSWorkspace to note the proper file path changed in PcsxrPluginHandler.
Store the full path in PcsxrPlugin to check against in verifyOK function. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73440 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPlugin.h')
-rw-r--r--macosx/PcsxrPlugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PcsxrPlugin.h b/macosx/PcsxrPlugin.h
index c971f87c..8a1116ab 100644
--- a/macosx/PcsxrPlugin.h
+++ b/macosx/PcsxrPlugin.h
@@ -15,6 +15,7 @@
NSString *path;
NSDate *modDate;
NSString *name;
+ NSString *fullPlugPath;
long version;
int type;
int active;