diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-25 23:15:57 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-25 23:15:57 +0000 |
| commit | 232c3563b43067afd95f97c234e46b00c03b551c (patch) | |
| tree | df120ebeeeb1247903f70e626c27f8dd63a92133 /macosx/PcsxrMemCardController.h | |
| parent | ef5d0defe91d406679d1c19fd22cdd5233a2ce33 (diff) | |
| download | pcsxr-232c3563b43067afd95f97c234e46b00c03b551c.tar.gz | |
The Memory card editor for Mac OS X should be up and running now.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72644 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemCardController.h')
| -rw-r--r-- | macosx/PcsxrMemCardController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/PcsxrMemCardController.h b/macosx/PcsxrMemCardController.h index 61019d82..ea4fce9f 100644 --- a/macosx/PcsxrMemCardController.h +++ b/macosx/PcsxrMemCardController.h @@ -19,8 +19,7 @@ NSMutableArray *memCard2Array; } -- (IBAction)moveToLeft:(id)sender; -- (IBAction)moveToRight:(id)sender; +- (IBAction)moveBlock:(id)sender; - (IBAction)formatCard:(id)sender; - (IBAction)deleteMemoryObject:(id)sender; - (void)loadMemoryCardInfoForCard:(int)theCard; |
