IPC: Corrected some definitions for the buffer C descriptor flags.

This commit is contained in:
Subv 2018-01-07 21:25:01 -05:00 committed by bunnei
parent edeb55d78b
commit 8923c80127
3 changed files with 10 additions and 3 deletions

View file

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