mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 10:18:53 +01:00
remove dithering for test
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
3576503dc3
commit
2530514e55
@ -159,11 +159,11 @@ void Image::draw()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Dithering */
|
/* Dithering */
|
||||||
if(needDithering_){
|
/*if(needDithering_){
|
||||||
//printf("Dither: %s\n", file_.c_str());
|
printf("Dither: %s\n", file_.c_str());
|
||||||
SDL::ditherSurface32bppTo16Bpp(surfaceToRender);
|
SDL::ditherSurface32bppTo16Bpp(surfaceToRender);
|
||||||
needDithering_ = false;
|
needDithering_ = false;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/* Render */
|
/* Render */
|
||||||
SDL::renderCopy(surfaceToRender, baseViewInfo.Alpha, NULL, &rect, baseViewInfo);
|
SDL::renderCopy(surfaceToRender, baseViewInfo.Alpha, NULL, &rect, baseViewInfo);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user