1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Update d3d12.c

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

View File

@ -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