mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-09 07:46:32 -05:00
Macro HLE: Add DrawIndirectByteCount
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
};
|
||||
|
||||
struct IndirectParams {
|
||||
bool is_byte_count;
|
||||
bool is_indexed;
|
||||
bool include_count;
|
||||
GPUVAddr count_start_address;
|
||||
|
Reference in New Issue
Block a user