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.m | |
| 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.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 703504cc..c8165a24 100644 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -13,6 +13,7 @@ @synthesize englishName; @synthesize sjisName; @synthesize memImage; +@synthesize deleted; @synthesize memNumber; @synthesize memFlags; |
