summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemoryObject.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-26 17:58:41 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-26 17:58:41 +0000
commit61850440ef1bfbfa64c9462ccbbd210443a7d4d5 (patch)
tree2521f5e9eaf5de281b7fffe704c9a4212ab2326b /macosx/PcsxrMemoryObject.h
parent47617238d350c1a3aa7b0727928b2d28f9f7a859 (diff)
downloadpcsxr-61850440ef1bfbfa64c9462ccbbd210443a7d4d5.tar.gz
Fixed the improperly-labeled deleted display on blocks.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72655 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
-rw-r--r--macosx/PcsxrMemoryObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h
index 6c07a2d6..7c3421b4 100644
--- a/macosx/PcsxrMemoryObject.h
+++ b/macosx/PcsxrMemoryObject.h
@@ -14,7 +14,7 @@
NSString *englishName;
NSString *sjisName;
NSImage *memImage;
- BOOL deleted;
+ BOOL notDeleted;
short memNumber;
unsigned char memFlags;
}
@@ -22,7 +22,7 @@
@property(copy, readwrite) NSString *englishName;
@property(copy, readwrite) NSString *sjisName;
@property(retain, readwrite) NSImage *memImage;
-@property(readwrite) BOOL deleted;
+@property(readwrite) BOOL notDeleted;
@property(readwrite) short memNumber;
@property(readwrite) unsigned char memFlags;