summaryrefslogtreecommitdiff
path: root/macosx/Source/PcsxrMemCardController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Source/PcsxrMemCardController.m')
-rw-r--r--macosx/Source/PcsxrMemCardController.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/Source/PcsxrMemCardController.m b/macosx/Source/PcsxrMemCardController.m
index 1adf505b..a656dccb 100644
--- a/macosx/Source/PcsxrMemCardController.m
+++ b/macosx/Source/PcsxrMemCardController.m
@@ -23,6 +23,10 @@
@implementation PcsxrMemCardController
@synthesize memCard1Array;
@synthesize memCard2Array;
+@synthesize memCard1view;
+@synthesize memCard2view;
+@synthesize memCard1Label;
+@synthesize memCard2Label;
- (void)setupValues:(int)theCards
{