mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-20 09:42:58 +00:00
IPC: Corrected some definitions for the buffer C descriptor flags.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user