mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 18:37:49 +00:00
android: renderer_vulkan: Fix crash with surface recreation.
This commit is contained in:
parent
d57495d3c0
commit
fb362f0b6e
5 changed files with 36 additions and 1 deletions
|
@ -148,6 +148,7 @@ public:
|
|||
return;
|
||||
}
|
||||
m_window->OnSurfaceChanged(m_native_window);
|
||||
m_system.Renderer().NotifySurfaceChanged();
|
||||
}
|
||||
|
||||
Core::SystemResultStatus InitializeEmulation(const std::string& filepath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue