mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-11-05 01:19:02 -06: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