mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-24 02:35:45 +00:00
DMAPusher: Propagate multimethod writes into the engines.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user