summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorGravatar Liam2023-10-02 15:08:48 -0400
committerGravatar Liam2023-10-02 19:07:18 -0400
commitb32940d3eabef9fc33374e1a6f572c56f7ce76f1 (patch)
tree7db1c0962db7f85dfd5bef4d05e4cb2ae34b5292 /src/android
parentMerge pull request #11657 from liamwhite/new-codespell (diff)
downloadyuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar.gz
yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar.xz
yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.zip
vk_present_manager: recreate surface on any surface loss
Diffstat (limited to 'src/android')
-rw-r--r--src/android/app/src/main/jni/native.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp
index 9cf71680c..598f4e8bf 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -218,7 +218,6 @@ public:
218 return; 218 return;
219 } 219 }
220 m_window->OnSurfaceChanged(m_native_window); 220 m_window->OnSurfaceChanged(m_native_window);
221 m_system.Renderer().NotifySurfaceChanged();
222 } 221 }
223 222
224 void ConfigureFilesystemProvider(const std::string& filepath) { 223 void ConfigureFilesystemProvider(const std::string& filepath) {