mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 14:29:13 +00:00
DMAPusher: Propagate multimethod writes into the engines.
This commit is contained in:
@@ -35,6 +35,9 @@ public:
|
||||
/// Write the value to the register identified by method.
|
||||
void CallMethod(const GPU::MethodCall& method_call);
|
||||
|
||||
/// Write multiple values to the register identified by method.
|
||||
void CallMultiMethod(u32 method, const u32* base_start, u32 amount, u32 methods_pending);
|
||||
|
||||
struct Regs {
|
||||
static constexpr std::size_t NUM_REGS = 0x1D6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user