diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-04 06:34:43 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-04 06:34:43 +0000 |
| commit | 6c94af779d3a6a2ddc46e2c69935bbe58a5c5302 (patch) | |
| tree | 84da4e19542ee3299db6009b4a68f216e37b0cc1 /macosx/ConfigurationController.h | |
| parent | 3bd6d16afd6b068de6b061a87cba955f5ca3ff88 (diff) | |
| download | pcsxr-6c94af779d3a6a2ddc46e2c69935bbe58a5c5302.tar.gz | |
Added PcsxrMemCardController to those listening for changes in the memory card.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72845 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/ConfigurationController.h')
| -rw-r--r-- | macosx/ConfigurationController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/ConfigurationController.h b/macosx/ConfigurationController.h index d6ef4491..87c68b2f 100644 --- a/macosx/ConfigurationController.h +++ b/macosx/ConfigurationController.h @@ -4,6 +4,8 @@ #import "PluginController.h" #import "PluginList.h" +extern NSString *memChangeNotifier; + @class PcsxrMemCardController; @interface ConfigurationController : NSWindowController |
