diff options
author | Liam <byteslice@airmail.cc> | 2023-10-02 21:08:48 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-10-03 01:07:18 +0200 |
commit | b32940d3eabef9fc33374e1a6f572c56f7ce76f1 (patch) | |
tree | 7db1c0962db7f85dfd5bef4d05e4cb2ae34b5292 /src/android | |
parent | Merge pull request #11657 from liamwhite/new-codespell (diff) | |
download | yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar.gz yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar.bz2 yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar.lz yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar.xz yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.tar.zst yuzu-b32940d3eabef9fc33374e1a6f572c56f7ce76f1.zip |
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: return; } m_window->OnSurfaceChanged(m_native_window); - m_system.Renderer().NotifySurfaceChanged(); } void ConfigureFilesystemProvider(const std::string& filepath) { |