From 0abe31f6408ce246c5d972b3cbfce792c67e2c70 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 7 Oct 2014 16:51:52 +0000 Subject: OS X: QuickLook: Have the thumbnail images for the memory cards changed to 32 pixels. Minor coding style changes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91797 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Pcsxr-QL/GenerateThumbnailForURL.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Pcsxr-QL/GenerateThumbnailForURL.m') diff --git a/macosx/Pcsxr-QL/GenerateThumbnailForURL.m b/macosx/Pcsxr-QL/GenerateThumbnailForURL.m index 3a61afb9..077980a6 100644 --- a/macosx/Pcsxr-QL/GenerateThumbnailForURL.m +++ b/macosx/Pcsxr-QL/GenerateThumbnailForURL.m @@ -13,7 +13,7 @@ This function's job is to create thumbnail for designated file as fast as possible ----------------------------------------------------------------------------- */ -#define ImageDivider 16 +#define ImageDivider 32 static OSStatus GenerateThumbnailForFreeze(void *thisInterface, QLThumbnailRequestRef preview, NSURL *url, NSDictionary *options, CGSize maxSize); static OSStatus GenerateThumbnailForMemCard(void *thisInterface, QLThumbnailRequestRef preview, NSURL *url, NSDictionary *options, CGSize maxSize); -- cgit v1.2.3