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
parent18ef9f49782136111fa398e220cfd5a029ea564f (diff)
Cropped screenshots
-rw-r--r--fbgrab-1.3/fbgrab.c2
-rwxr-xr-xretroarch.hmod/bin/fbgrabbin31652 -> 31652 bytes
2 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);
}
}
diff --git a/retroarch.hmod/bin/fbgrab b/retroarch.hmod/bin/fbgrab
index a6fabff..dbb0a3e 100755
--- a/retroarch.hmod/bin/fbgrab
+++ b/retroarch.hmod/bin/fbgrab
Binary files differ