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 ba02f0deef
commit ab86b80cac
3 changed files with 10 additions and 3 deletions

View file

@ -48,8 +48,8 @@ struct CommandHeader {
enum class BufferDescriptorCFlag : u32 {
Disabled = 0,
NoDescriptor = 1,
TwoDesciptors = 2,
InlineDescriptor = 1,
OneDescriptor = 2,
};
union {