mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
exynos: font: buffer doesn't need special color initialization
This commit is contained in:
parent
81264060e2
commit
bbc4dbdb66
@ -480,7 +480,6 @@ static int exynos_g2d_init(struct exynos_data *pdata) {
|
||||
src->stride = defaults[i].width * defaults[i].bpp;
|
||||
|
||||
src->color_mode = defaults[i].g2d_color_mode;
|
||||
src->color = (i == exynos_image_font) ? 0x00 : 0xff000000;
|
||||
|
||||
/* Associate GEM buffer storage with G2D image. */
|
||||
src->buf_type = G2D_IMGBUF_GEM;
|
||||
|
Loading…
x
Reference in New Issue
Block a user