mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 05:38:02 -05:00
Added RequestWithContext & ControlWithContext
This commit is contained in:
@ -32,6 +32,8 @@ enum class CommandType : u32 {
|
||||
Close = 2,
|
||||
Request = 4,
|
||||
Control = 5,
|
||||
RequestWithContext = 6,
|
||||
ControlWithContext = 7,
|
||||
Unspecified,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user