mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Update
This commit is contained in:
parent
c7dc83533a
commit
efb1d741f9
@ -45,7 +45,7 @@ static const float d3d_tex_coords[] = {
|
|||||||
|
|
||||||
static d3d_video_t *d3d_get_ptr(void)
|
static d3d_video_t *d3d_get_ptr(void)
|
||||||
{
|
{
|
||||||
d3d_video_t *d3d = (d3d_video_t*)video_driver_get_ptr();
|
d3d_video_t *d3d = (d3d_video_t*)video_driver_get_ptr(false);
|
||||||
|
|
||||||
if (!d3d)
|
if (!d3d)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user