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/PcsxrMemoryObject.m | |
| 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/PcsxrMemoryObject.m')
| -rw-r--r-- | macosx/PcsxrMemoryObject.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m index 6d7263c1..703504cc 100644 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -14,6 +14,7 @@ @synthesize sjisName; @synthesize memImage; @synthesize memNumber; +@synthesize memFlags; - (void)dealloc { |
