From 462cedb654c27dc6025b650c3d11b26cda0c5857 Mon Sep 17 00:00:00 2001 From: JustMeDaFaq Date: Mon, 7 Jun 2021 12:04:53 +0200 Subject: [PATCH] Update d3d12.c --- gfx/drivers/d3d12.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gfx/drivers/d3d12.c b/gfx/drivers/d3d12.c index ebe9b6aca0..bc63088e78 100644 --- a/gfx/drivers/d3d12.c +++ b/gfx/drivers/d3d12.c @@ -1612,8 +1612,10 @@ static bool d3d12_gfx_frame( D3D12CloseGraphicsCommandList(d3d12->queue.cmd); D3D12ExecuteGraphicsCommandLists(d3d12->queue.handle, 1, &d3d12->queue.cmd); - + +#if defined(_WIN32) && !defined(__WINRT__) win32_update_title(); +#endif #if 1 DXGIPresent(d3d12->chain.handle, !!vsync, present_flags); #else