diff options
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/jni/native.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp index d503ef61d..b87e04b3d 100644 --- a/src/android/app/src/main/jni/native.cpp +++ b/src/android/app/src/main/jni/native.cpp | |||
| @@ -148,6 +148,7 @@ public: | |||
| 148 | return; | 148 | return; |
| 149 | } | 149 | } |
| 150 | m_window->OnSurfaceChanged(m_native_window); | 150 | m_window->OnSurfaceChanged(m_native_window); |
| 151 | m_system.Renderer().NotifySurfaceChanged(); | ||
| 151 | } | 152 | } |
| 152 | 153 | ||
| 153 | Core::SystemResultStatus InitializeEmulation(const std::string& filepath) { | 154 | Core::SystemResultStatus InitializeEmulation(const std::string& filepath) { |