android: renderer_vulkan: Fix crash with surface recreation.

This commit is contained in:
bunnei 2023-06-01 20:07:18 -07:00
parent 057117f009
commit 098e2c4077
5 changed files with 36 additions and 1 deletions

View file

@ -148,6 +148,7 @@ public:
return;
}
m_window->OnSurfaceChanged(m_native_window);
m_system.Renderer().NotifySurfaceChanged();
}
Core::SystemResultStatus InitializeEmulation(const std::string& filepath) {