diff options
| author | 2023-09-13 09:39:06 -0400 | |
|---|---|---|
| committer | 2023-09-13 09:39:06 -0400 | |
| commit | 9a0ea90018fffffc6bf5575f12178f61d2d01a3a (patch) | |
| tree | 5731e966de52365e1620b3e423d8dd1e7479f472 /src/android | |
| parent | Merge pull request #11447 from xcfrg/portable-compile-out (diff) | |
| parent | am: Implement UserChannel parameters (diff) | |
| download | yuzu-9a0ea90018fffffc6bf5575f12178f61d2d01a3a.tar.gz yuzu-9a0ea90018fffffc6bf5575f12178f61d2d01a3a.tar.xz yuzu-9a0ea90018fffffc6bf5575f12178f61d2d01a3a.zip | |
Merge pull request #11473 from liamwhite/fix-launch-param
am: Implement UserChannel parameters
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 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: | |||
| 270 | m_vulkan_library); | 270 | m_vulkan_library); |
| 271 | 271 | ||
| 272 | m_system.SetFilesystem(m_vfs); | 272 | m_system.SetFilesystem(m_vfs); |
| 273 | m_system.GetUserChannel().clear(); | ||
| 273 | 274 | ||
| 274 | // Initialize system. | 275 | // Initialize system. |
| 275 | jauto android_keyboard = std::make_unique<SoftwareKeyboard::AndroidKeyboard>(); | 276 | jauto android_keyboard = std::make_unique<SoftwareKeyboard::AndroidKeyboard>(); |