diff options
| author | 2023-09-10 02:36:26 +0200 | |
|---|---|---|
| committer | 2023-09-10 15:39:25 -0400 | |
| commit | 87c0ba129ce38dd3b001fbef8021590a127fb1a8 (patch) | |
| tree | 28fa19ccd43fceeec31e433d32dae41e88d2b17e /src/android/app | |
| parent | am: Remove bcat from PopLaunchParameter (diff) | |
| download | yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.gz yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.xz yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.zip | |
am: Implement UserChannel parameters
Used by the Super Mairo 3D All-Stars collection.
Diffstat (limited to 'src/android/app')
| -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>(); |