summaryrefslogtreecommitdiffstats
path: root/src/core/hle/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/ipc.h')
-rw-r--r--src/core/hle/ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/ipc.h b/src/core/hle/ipc.h
index c2f481624..ec08be0f4 100644
--- a/src/core/hle/ipc.h
+++ b/src/core/hle/ipc.h
@@ -48,8 +48,8 @@ struct CommandHeader {
enum class BufferDescriptorCFlag : u32 {
Disabled = 0,
- NoDescriptor = 1,
- TwoDesciptors = 2,
+ InlineDescriptor = 1,
+ OneDescriptor = 2,
};
union {