mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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;
|
||||
gfx_ctx_set_resize(temp_width, temp_height);
|
||||
d3d_restore(curD3D);
|
||||
d3d_restore(d3d);
|
||||
}
|
||||
|
||||
ret = !quit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user