|
|
@ -83,8 +83,11 @@ void HLERequestContext::ParseCommandBuffer(u32_le* src_cmdbuf, bool incoming) { |
|
|
} |
|
|
} |
|
|
if (command_header->buf_c_descriptor_flags != |
|
|
if (command_header->buf_c_descriptor_flags != |
|
|
IPC::CommandHeader::BufferDescriptorCFlag::Disabled) { |
|
|
IPC::CommandHeader::BufferDescriptorCFlag::Disabled) { |
|
|
|
|
|
if (command_header->buf_c_descriptor_flags != |
|
|
|
|
|
IPC::CommandHeader::BufferDescriptorCFlag::OneDescriptor) { |
|
|
UNIMPLEMENTED(); |
|
|
UNIMPLEMENTED(); |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// Padding to align to 16 bytes
|
|
|
// Padding to align to 16 bytes
|
|
|
rp.AlignWithPadding(); |
|
|
rp.AlignWithPadding(); |
|
|
|