mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Merge 3b92f4928a
into 80ea68b13c
This commit is contained in:
commit
6270e9301e
@ -260,9 +260,6 @@ bool VKGfx::BindBackbuffer(const ClearColor& clear_color)
|
||||
|
||||
if (res != VK_SUCCESS)
|
||||
{
|
||||
// Execute cmdbuffer before resizing, as the last frame could still be presenting.
|
||||
ExecuteCommandBuffer(false, true);
|
||||
|
||||
// Was this a lost exclusive fullscreen?
|
||||
if (res == VK_ERROR_FULL_SCREEN_EXCLUSIVE_MODE_LOST_EXT)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user