diff options
| author | JosJuice <josjuice@gmail.com> | 2026-01-24 20:42:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-24 20:42:31 +0100 |
| commit | 388b1e861cc42182c96fc78fb4bc41e87e84ef03 (patch) | |
| tree | 4021975c7616c11f6176f167fcf5d1bff33a777b /Source/Core/InputCommon/ControllerInterface | |
| parent | 1ef75021b6357762767515915eda1f3d3b4e5036 (diff) | |
| parent | 60ca0626dfc2a59cc2e8145d0ee5c7d95f7d0ab5 (diff) | |
Merge pull request #14230 from Sintendo/file-search
Common/FileSearch: Refactor DoFileSearch
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Android/Android.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp index 48eebbb7f6..a0a3f7c8c2 100644 --- a/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.cpp @@ -1173,7 +1173,7 @@ JNIEXPORT jobjectArray JNICALL Java_org_dolphinemu_dolphinemu_features_input_model_ControllerInterface_getAllDeviceStrings( JNIEnv* env, jclass) { - return VectorToJStringArray(env, g_controller_interface.GetAllDeviceStrings()); + return SpanToJStringArray(env, g_controller_interface.GetAllDeviceStrings()); } JNIEXPORT jobject JNICALL |
