mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 09:48:51 +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 */
|
||||
if(needDithering_){
|
||||
//printf("Dither: %s\n", file_.c_str());
|
||||
/*if(needDithering_){
|
||||
printf("Dither: %s\n", file_.c_str());
|
||||
SDL::ditherSurface32bppTo16Bpp(surfaceToRender);
|
||||
needDithering_ = false;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* Render */
|
||||
SDL::renderCopy(surfaceToRender, baseViewInfo.Alpha, NULL, &rect, baseViewInfo);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user