mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 23:48:00 -05:00
Pass by reference instead of copying parameters
This commit is contained in:
@ -113,7 +113,7 @@ public:
|
||||
void AddCode(u32 method, u32 data);
|
||||
|
||||
// Compiles the macro if its not in the cache, and executes the compiled macro
|
||||
void Execute(u32 method, std::vector<u32> parameters);
|
||||
void Execute(u32 method, std::vector<u32>& parameters);
|
||||
|
||||
protected:
|
||||
virtual std::unique_ptr<CachedMacro> Compile(const std::vector<u32>& code) = 0;
|
||||
|
Reference in New Issue
Block a user