mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 02:26:13 +00:00
(Zarch) Blend against white texture
This commit is contained in:
parent
00bf05c254
commit
e93b1ab1aa
@ -258,7 +258,7 @@ static void zui_finish(zui_t *zui,
|
||||
width,
|
||||
height,
|
||||
gl->shader, (struct gfx_coords*)&zui->ca,
|
||||
NULL, true, 0, zui->ca.coords.vertices,
|
||||
NULL, true, texture, zui->ca.coords.vertices,
|
||||
MENU_DISPLAY_PRIM_TRIANGLES);
|
||||
|
||||
menu_display_font_flush_block(zui->menu, driver->font_osd_driver);
|
||||
|
Loading…
x
Reference in New Issue
Block a user