From 03e3c01771cd7c1b502f5b79b902123fbee96d02 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 25 Jun 2013 22:50:14 +0000 Subject: Implement creating and selecting memory cards in the memory card manager. Get rid of imageFromMcd:index: and move the code to imagesFromMcd:. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85555 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemCardController.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'macosx/PcsxrMemCardController.h') diff --git a/macosx/PcsxrMemCardController.h b/macosx/PcsxrMemCardController.h index 8e9eb906..bbdc6fc5 100755 --- a/macosx/PcsxrMemCardController.h +++ b/macosx/PcsxrMemCardController.h @@ -13,6 +13,9 @@ { IBOutlet NSCollectionView *memCard1view; IBOutlet NSCollectionView *memCard2view; + IBOutlet NSTextField *memCard1Label; + IBOutlet NSTextField *memCard2Label; + NSMutableArray *memCard1Array; NSMutableArray *memCard2Array; NSTimer *imageAnimateTimer; @@ -21,6 +24,8 @@ - (IBAction)moveBlock:(id)sender; - (IBAction)formatCard:(id)sender; - (IBAction)deleteMemoryObject:(id)sender; +- (IBAction)newMemCard:(id)sender; +- (IBAction)changeMemCard:(id)sender; - (void)loadMemoryCardInfoForCard:(int)theCard; - (BOOL)isMemoryBlockEmptyOnCard:(int)aCard block:(int)aBlock; - (int)countFreeBlocksOnCard:(int)aCard; -- cgit v1.2.3