mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(XMB) Remove dont_replace_coords
This commit is contained in:
parent
d22b72a892
commit
033ccf4803
@ -509,8 +509,7 @@ bool menu_display_ctl(enum menu_display_ctl_state state, void *data)
|
||||
coords.lut_tex_coord = new_tex_coord;
|
||||
coords.color = (const float*)draw->color;
|
||||
|
||||
if (!draw->dont_replace_coords)
|
||||
draw->coords = &coords;
|
||||
draw->coords = &coords;
|
||||
|
||||
if (!draw->texture)
|
||||
draw->texture = menu_display_white_texture;
|
||||
|
@ -113,7 +113,6 @@ typedef struct menu_display_ctx_draw
|
||||
float y;
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
bool dont_replace_coords;
|
||||
struct gfx_coords *coords;
|
||||
void *matrix_data;
|
||||
uintptr_t texture;
|
||||
|
Loading…
x
Reference in New Issue
Block a user