Reimplemented broadcaster so it can send 503 when a connection is in
place. Removed qcma/cmaserver class and reimplemented them in cmaclient. Make sure that the scanned files are sorted by filename. Implement filters so the database doesn't pick up unsupported formats. Implement album cover display for album listing in the vita. Fixed bug with streaming of pictures in wireless mode. Some code refactoring.
This commit is contained in:
@@ -52,7 +52,10 @@ bool DeviceCapability::exchangeInfo(vita_device_t *device)
|
||||
return false;
|
||||
}
|
||||
|
||||
VitaMTP_Data_Free_Capability(vita_capabilities); // TODO: Use this data
|
||||
// TODO: vitamtp needs to send the full metadata info to know the expected format
|
||||
// of thumbnails, for example. Until then lets discard the received info.
|
||||
|
||||
VitaMTP_Data_Free_Capability(vita_capabilities);
|
||||
// Send the host's capabilities
|
||||
capability_info_t *pc_capabilities = generate_pc_capability_info();
|
||||
|
||||
|
Reference in New Issue
Block a user