summaryrefslogtreecommitdiff
path: root/macosx/PcsxrMemoryObject.h
diff options
context:
space:
mode:
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;