mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-15 07:10:11 +00:00
(D3D) d3d_wrapper.c - silence warning
This commit is contained in:
parent
155439ad07
commit
147c40985c
@ -159,8 +159,9 @@ void d3d_textureblit(void *data, void *renderchain_data,
|
||||
D3DLOCKED_RECT lr, const void *frame,
|
||||
unsigned width, unsigned height, unsigned pitch)
|
||||
{
|
||||
d3d_video_t *d3d = (d3d_video_t*)d3d;
|
||||
d3d_video_t *d3d = (d3d_video_t*)data;
|
||||
(void)desc;
|
||||
(void)data;
|
||||
(void)d3d;
|
||||
|
||||
if (!d3d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user