mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
N/A
This commit is contained in:
parent
9f616cca07
commit
e5f327edda
@ -53,7 +53,7 @@ static bool gfx_ctx_d3d_set_resize(void *data, unsigned new_width, unsigned new_
|
||||
d3d_video_t *d3d = (d3d_video_t*)curD3D;
|
||||
|
||||
if (!d3d->dev)
|
||||
return;
|
||||
return false;
|
||||
|
||||
/* No changes? */
|
||||
if (new_width == d3d->video_info.width && new_height == d3d->video_info.height)
|
||||
|
Loading…
x
Reference in New Issue
Block a user