mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
(D3D) Silence warnings
This commit is contained in:
parent
c14e281544
commit
7beff1adaa
@ -172,6 +172,8 @@ static void menu_display_d3d_draw_bg(void *data)
|
||||
if (!d3d || !draw)
|
||||
return;
|
||||
|
||||
(void)coords;
|
||||
|
||||
new_vertex = draw->vertex;
|
||||
new_tex_coord = draw->tex_coord;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user