From 3b35614dd7a9cd014993931f3576e22b91e8820e Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 3 Jul 2013 04:46:53 +0000 Subject: Mess around with OS X memory objects: Have the mangled name for the memImage setter send messages to KVO so they still get drawn. Remove the memIconCount variable and have the object get it from the images array count. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85754 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.h | 1 - 1 file changed, 1 deletion(-) (limited to 'macosx/PcsxrMemoryObject.h') diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index da85bccf..985a64b3 100755 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -23,7 +23,6 @@ extern NSString *const memoryAnimateTimerKey; NSString *memID; NSImage *memImage; NSArray *memImages; - int memIconCount; BOOL notDeleted; unsigned char memFlags; } -- cgit v1.2.3