mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(D3D) Buildfix
This commit is contained in:
parent
3a30649876
commit
ed6e35f7e3
@ -498,7 +498,7 @@ static bool d3d_alive(void *data)
|
|||||||
{
|
{
|
||||||
d3d->should_resize = true;
|
d3d->should_resize = true;
|
||||||
gfx_ctx_set_resize(temp_width, temp_height);
|
gfx_ctx_set_resize(temp_width, temp_height);
|
||||||
d3d_restore(curD3D);
|
d3d_restore(d3d);
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = !quit;
|
ret = !quit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user