diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-26 04:11:09 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-11-26 04:11:09 +0000 |
| commit | 5b664c684367676c028adf91c1b64acaf8d434ab (patch) | |
| tree | e4c1055a45fd8d68bbe2f841a4eaa85e04e129ed /macosx/PcsxrMemoryObject.h | |
| parent | 27e74d5981c2b963587c96c958b47b2f8ad16e48 (diff) | |
| download | pcsxr-5b664c684367676c028adf91c1b64acaf8d434ab.tar.gz | |
Fixed off-by-one bug.
Show if a block is deleted or not.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72646 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
| -rw-r--r-- | macosx/PcsxrMemoryObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index aefa1f5c..a0681059 100644 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -14,6 +14,7 @@ NSString *englishName; NSString *sjisName; NSImage *memImage; + BOOL deleted; short memNumber; unsigned char memFlags; } @@ -21,6 +22,7 @@ @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; |
