mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 23:17:51 +00:00
MacroHLE: Add MultidrawIndirect HLE Macro.
This commit is contained in:
parent
d6e0e7cfad
commit
f2f2784817
13 changed files with 169 additions and 47 deletions
|
@ -156,6 +156,7 @@ private:
|
|||
u32 subchannel; ///< Current subchannel
|
||||
u32 method_count; ///< Current method count
|
||||
u32 length_pending; ///< Large NI command length pending
|
||||
GPUVAddr dma_get; ///< Currently read segment
|
||||
bool non_incrementing; ///< Current command's NI flag
|
||||
bool is_last_call;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue