1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-02 16:20:39 +00:00

Update d3d11.c

This commit is contained in:
JustMeDaFaq 2021-06-07 12:03:58 +02:00 committed by GitHub
parent 610b0b7095
commit f1347829c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1666,7 +1666,9 @@ static bool d3d11_gfx_frame(
} }
d3d11->sprites.enabled = false; d3d11->sprites.enabled = false;
#if defined(_WIN32) && !defined(__WINRT__)
win32_update_title(); win32_update_title();
#endif
DXGIPresent(d3d11->swapChain, !!vsync, present_flags); DXGIPresent(d3d11->swapChain, !!vsync, present_flags);
Release(rtv); Release(rtv);