mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 23:07:56 -05: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