mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-29 18:11:38 +00:00
Fixed Bluetooth Steam Controller detection on iOS and Android
This commit is contained in:
@@ -853,6 +853,7 @@ static struct hid_device_info *create_device_info_for_hid_device(HIDBLEDevice *d
|
||||
device_info->product_id = D0G_BLE2_PID;
|
||||
device_info->product_string = wcsdup( L"Steam Controller" );
|
||||
device_info->manufacturer_string = wcsdup( L"Valve Corporation" );
|
||||
device_info->bus_type = HID_API_BUS_BLUETOOTH;
|
||||
return device_info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user