mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 01:32:34 -07:00
Refine command list debugging functionality and its qt interface.
This commit is contained in:
@@ -24,6 +24,8 @@ enum class CommandId : u32
|
||||
};
|
||||
|
||||
union CommandHeader {
|
||||
CommandHeader(u32 h) : hex(h) {}
|
||||
|
||||
u32 hex;
|
||||
|
||||
BitField< 0, 16, CommandId> cmd_id;
|
||||
|
Reference in New Issue
Block a user