Receive the onlineId earlier so it can be shown in the connection popup.
USB: save the device name after exchanging capability info. WiFi: save the device name used in the device pairing phrase.
This commit is contained in:
@@ -113,3 +113,8 @@ capability_info_t *DeviceCapability::generate_pc_capability_info()
|
||||
pc_capabilities->functions = functions[0];
|
||||
return pc_capabilities;
|
||||
}
|
||||
|
||||
DeviceCapability::~DeviceCapability()
|
||||
{
|
||||
VitaMTP_Data_Free_VitaInfo(&vita_info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user