summaryrefslogtreecommitdiff
path: root/macosx/Pcsxr-QL/GenerateThumbnailForURL.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Pcsxr-QL/GenerateThumbnailForURL.m')
-rw-r--r--macosx/Pcsxr-QL/GenerateThumbnailForURL.m2
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;
}