summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/jni/native.cpp
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2023-09-10 02:36:26 +0200
committerLiam <byteslice@airmail.cc>2023-09-10 21:39:25 +0200
commit87c0ba129ce38dd3b001fbef8021590a127fb1a8 (patch)
tree28fa19ccd43fceeec31e433d32dae41e88d2b17e /src/android/app/src/main/jni/native.cpp
parentam: Remove bcat from PopLaunchParameter (diff)
downloadyuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar
yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.gz
yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.bz2
yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.lz
yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.xz
yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.zst
yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.zip
Diffstat (limited to '')
-rw-r--r--src/android/app/src/main/jni/native.cpp1
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 0f2a6d9e4..b9ecefa74 100644
--- a/src/android/app/src/main/jni/native.cpp
+++ b/src/android/app/src/main/jni/native.cpp
@@ -270,6 +270,7 @@ public:
m_vulkan_library);
m_system.SetFilesystem(m_vfs);
+ m_system.GetUserChannel().clear();
// Initialize system.
jauto android_keyboard = std::make_unique<SoftwareKeyboard::AndroidKeyboard>();