Macro HLE: Add DrawIndirectByteCount

This commit is contained in:
Fernando Sahmkow
2023-08-04 03:33:04 +02:00
parent f1a2e36711
commit 57401589c2
4 changed files with 40 additions and 5 deletions

View File

@ -46,6 +46,7 @@ public:
};
struct IndirectParams {
bool is_byte_count;
bool is_indexed;
bool include_count;
GPUVAddr count_start_address;