Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/retroarch-clover.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'fbgrab-1.3/fbgrab.c')
-rw-r--r--fbgrab-1.3/fbgrab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbgrab-1.3/fbgrab.c b/fbgrab-1.3/fbgrab.c
index 9badfad..445f4c4 100644
--- a/fbgrab-1.3/fbgrab.c
+++ b/fbgrab-1.3/fbgrab.c
@@ -377,7 +377,7 @@ static void convert8888to32_crop_auto(int width, int height, int* outWidth, int*
if (*outWidth <= 2 || *outHeight <= 2)
{
fprintf(stderr, "invalid size, trying other cropping mode\n");
- convert8888to32_crop(width, height, outWidth, outHeight, inbuffer, outbuffer);
+ convert8888to32_crop_auto(width, height, outWidth, outHeight, inbuffer, outbuffer);
}
}