mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 15:22:35 -07:00
IPC: Corrected some definitions for the buffer C descriptor flags.
This commit is contained in:
@@ -48,8 +48,8 @@ struct CommandHeader {
|
||||
|
||||
enum class BufferDescriptorCFlag : u32 {
|
||||
Disabled = 0,
|
||||
NoDescriptor = 1,
|
||||
TwoDesciptors = 2,
|
||||
InlineDescriptor = 1,
|
||||
OneDescriptor = 2,
|
||||
};
|
||||
|
||||
union {
|
||||
|
Reference in New Issue
Block a user