diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-26 05:03:11 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-26 05:03:11 +0000 |
| commit | 47617238d350c1a3aa7b0727928b2d28f9f7a859 (patch) | |
| tree | 8f3cdd949cdd32d5a25b1a4a8a087a055b49c7bc /macosx/PcsxrMemoryObject.h | |
| parent | 5b664c684367676c028adf91c1b64acaf8d434ab (diff) | |
| download | pcsxr-47617238d350c1a3aa7b0727928b2d28f9f7a859.tar.gz | |
Fix a missing [super dealloc] call.
Fixing wrong bindings.
I still get wrong info (it says some memory slots are deleted when they're not).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72647 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
| -rw-r--r-- | macosx/PcsxrMemoryObject.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index a0681059..6c07a2d6 100644 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -19,9 +19,9 @@ unsigned char memFlags; } -@property(copy, readwrite) NSString * englishName; -@property(copy, readwrite) NSString * sjisName; -@property(retain, readwrite) NSImage * memImage; +@property(copy, readwrite) NSString *englishName; +@property(copy, readwrite) NSString *sjisName; +@property(retain, readwrite) NSImage *memImage; @property(readwrite) BOOL deleted; @property(readwrite) short memNumber; @property(readwrite) unsigned char memFlags; |
