mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 23:37:52 +00:00
maxwell_3d: Avoid moving macro_params
This commit is contained in:
parent
02a212e2bc
commit
9ad95eb74a
4 changed files with 24 additions and 12 deletions
|
@ -1307,9 +1307,10 @@ private:
|
|||
/**
|
||||
* Call a macro on this engine.
|
||||
* @param method Method to call
|
||||
* @param num_parameters Number of arguments
|
||||
* @param parameters Arguments to the method call
|
||||
*/
|
||||
void CallMacroMethod(u32 method, std::vector<u32> parameters);
|
||||
void CallMacroMethod(u32 method, std::size_t num_parameters, const u32* parameters);
|
||||
|
||||
/// Handles writes to the macro uploading register.
|
||||
void ProcessMacroUpload(u32 data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue