mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
DMAPusher: Propagate multimethod writes into the engines.
This commit is contained in:
parent
7b07b97735
commit
ef3a0ae64a
14 changed files with 163 additions and 13 deletions
|
@ -75,6 +75,7 @@ private:
|
|||
void SetState(const CommandHeader& command_header);
|
||||
|
||||
void CallMethod(u32 argument) const;
|
||||
void CallMultiMethod(const u32* base_start, u32 num_methods) const;
|
||||
|
||||
std::vector<CommandHeader> command_headers; ///< Buffer for list of commands fetched at once
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue