mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
exynos: also use interpolate mode for menu blending
This commit is contained in:
parent
2dcac8cbd4
commit
55d331c2fe
@ -968,7 +968,7 @@ static int exynos_blend_menu(struct exynos_data *pdata,
|
||||
if (g2d_scale_and_blend(pdata->g2d, src, pdata->dst, 0, 0,
|
||||
src->width, src->height, pdata->blit_params[0],
|
||||
pdata->blit_params[1], pdata->blit_params[2],
|
||||
pdata->blit_params[3], G2D_OP_OVER) ||
|
||||
pdata->blit_params[3], G2D_OP_INTERPOLATE) ||
|
||||
g2d_exec(pdata->g2d)) {
|
||||
RARCH_ERR("video_exynos: failed to blend menu\n");
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user