[XMP] Return success for XMPGetMediaSources with 0 sources

- Renamed XMPDashInIt to XMPDashInit
- Added broadcast to XMPDashInit
- Renamed some unknown fields of XMP_SET_MEDIA_SOURCE_WORKSPACE
This commit is contained in:
Gliniak
2026-06-04 22:39:43 +02:00
committed by Radosław Gliński
parent 99fd19d025
commit 49c700b9c5
4 changed files with 47 additions and 13 deletions

View File

@@ -204,9 +204,9 @@ static_assert_size(XMP_CAPTURE_OUTPUT, 0x10);
struct XMP_SET_MEDIA_SOURCE_WORKSPACE {
xe::be<apu::XMP_CLIENT> xmp_client;
xe::be<uint32_t> unk1;
xe::be<uint32_t> workspace_type;
xe::be<uint32_t> storage_ptr;
xe::be<uint32_t> unk2;
xe::be<uint32_t> storage_length;
};
static_assert_size(XMP_SET_MEDIA_SOURCE_WORKSPACE, 0x10);