diff options
| author | 2023-10-07 12:49:54 -0400 | |
|---|---|---|
| committer | 2023-10-07 12:49:54 -0400 | |
| commit | bd42bba71c09010c63853867c4d80573888bff81 (patch) | |
| tree | 5d37b90ed265407d1d9f595e8aebb2ca407924a1 /src/android | |
| parent | Merge pull request #11677 from Squall-Leonhart/D32FTOABGR8 (diff) | |
| parent | vk_present_manager: recreate surface on any surface loss (diff) | |
| download | yuzu-bd42bba71c09010c63853867c4d80573888bff81.tar.gz yuzu-bd42bba71c09010c63853867c4d80573888bff81.tar.xz yuzu-bd42bba71c09010c63853867c4d80573888bff81.zip | |
Merge pull request #11656 from liamwhite/recreate-surface-automatically
vk_present_manager: recreate surface on any surface loss
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/jni/native.cpp | 1 |
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) { |