mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 00:58:20 -05: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