diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-11-16 21:05:39 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-11-16 21:05:39 +0000 |
| commit | 759e29705c38cc58880dc892da2c28e8a84c2fac (patch) | |
| tree | fe332d151b01fe7f85d756ca6cf6c9303be44e82 /macosx/Pcsxr-QL/GenerateThumbnailForURL.m | |
| parent | eded81ac8a46a6948a18bea53bb9388f519c052b (diff) | |
| download | pcsxr-759e29705c38cc58880dc892da2c28e8a84c2fac.tar.gz | |
OS X: Re-work PcsxrMemoryObject to make the properties more readable.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92297 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr-QL/GenerateThumbnailForURL.m')
| -rw-r--r-- | macosx/Pcsxr-QL/GenerateThumbnailForURL.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Pcsxr-QL/GenerateThumbnailForURL.m b/macosx/Pcsxr-QL/GenerateThumbnailForURL.m index 077980a6..2925ddf3 100644 --- a/macosx/Pcsxr-QL/GenerateThumbnailForURL.m +++ b/macosx/Pcsxr-QL/GenerateThumbnailForURL.m @@ -100,7 +100,7 @@ static NSImage *MemoryImageAtIndex(NSArray *memArray, NSInteger my) for (PcsxrMemoryObject *obj in memArray) { NSIndexSet *idxSet = [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(i, obj.blockSize)]; if ([idxSet containsIndex:my]) { - return obj.firstMemImage; + return obj.firstImage; } i += obj.blockSize; } |
