mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-14 19:00:29 -05:00
Remove VectorToJStringArray
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user