diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-25 22:50:14 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-06-25 22:50:14 +0000 |
| commit | 03e3c01771cd7c1b502f5b79b902123fbee96d02 (patch) | |
| tree | c75207320cadfd8b6b5b7c17bc294f50653cec7f /macosx/PcsxrMemCardController.h | |
| parent | 6c9a81db199b7c6f86cc28d14255ab81d25a0f58 (diff) | |
| download | pcsxr-03e3c01771cd7c1b502f5b79b902123fbee96d02.tar.gz | |
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
Diffstat (limited to 'macosx/PcsxrMemCardController.h')
| -rwxr-xr-x | macosx/PcsxrMemCardController.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |
