diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-17 21:44:51 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-17 21:44:51 +0000 |
| commit | 7264f33c12473e0c77357cff952056550e5eae76 (patch) | |
| tree | c5097feb1e3494b7d4e7a16a0e8f83f6455df423 /macosx/PcsxrPlugin.h | |
| parent | a603862e8da2d061f728a373acb503fa374b8c6b (diff) | |
| download | pcsxr-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.h | 1 |
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; |
