diff options
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; |
