mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 17:38:00 -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