mirror of https://github.com/PCSX2/pcsx2
Merge 7bcc7b7118 into 6deb43bde2
This commit is contained in:
commit
79a4e074b5
|
|
@ -4,6 +4,7 @@
|
|||
#include "GS/Renderers/Vulkan/GSDeviceVK.h"
|
||||
#include "GS/Renderers/Vulkan/VKBuilders.h"
|
||||
#include "GS/Renderers/Vulkan/VKSwapChain.h"
|
||||
#include "ImGui/ImGuiManager.h"
|
||||
#include "VMManager.h"
|
||||
|
||||
#include "common/Assertions.h"
|
||||
|
|
@ -611,6 +612,8 @@ bool VKSwapChain::ResizeSwapChain(u32 new_width, u32 new_height, float new_scale
|
|||
return false;
|
||||
}
|
||||
|
||||
ImGuiManager::WindowResized();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue