mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 06:47:48 +00:00
vk_present_manager: recreate surface on any surface loss
This commit is contained in:
parent
226b461d76
commit
79e055318c
6 changed files with 33 additions and 49 deletions
|
@ -218,7 +218,6 @@ public:
|
|||
return;
|
||||
}
|
||||
m_window->OnSurfaceChanged(m_native_window);
|
||||
m_system.Renderer().NotifySurfaceChanged();
|
||||
}
|
||||
|
||||
void ConfigureFilesystemProvider(const std::string& filepath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue