mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Move resize handling to d3d_alive
This commit is contained in:
parent
377c1f2661
commit
5453055135
@ -493,8 +493,13 @@ static bool d3d_alive(void *data)
|
||||
{
|
||||
if (quit)
|
||||
d3d->quitting = quit;
|
||||
else if (resize)
|
||||
|
||||
if (resize)
|
||||
{
|
||||
d3d->should_resize = true;
|
||||
gfx_ctx_set_resize(temp_width, temp_height);
|
||||
d3d_restore(curD3D);
|
||||
}
|
||||
|
||||
ret = !quit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user