diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-03 04:46:53 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-03 04:46:53 +0000 |
| commit | 3b35614dd7a9cd014993931f3576e22b91e8820e (patch) | |
| tree | faf59b95483933fc48137a0719a62e8513f62131 /macosx/PcsxrMemoryObject.h | |
| parent | 7ab7abce029631c5a5127b8de9bb068d887c81ef (diff) | |
| download | pcsxr-3b35614dd7a9cd014993931f3576e22b91e8820e.tar.gz | |
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
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
| -rwxr-xr-x | macosx/PcsxrMemoryObject.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |
