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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-11 07:48:46 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-11 07:48:46 +0300
commit970cf2d3486fa2f8f7d516927ffd78c53c071b44 (patch)
tree50d71520173ddc4551d7b39cd3e0928fdfa2cf47 /fbgrab-1.3/fbgrab.c
parent18ef9f49782136111fa398e220cfd5a029ea564f (diff)
Cropped screenshots
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);
}
}