summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/maxwell_3d.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-06-02 08:37:06 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-06-02 08:37:06 +0200
commit3a20e74f4056a03253e563510048e99ea548d5b4 (patch)
treeebdd756d53851ea51af7765824bfc327a83264e4 /src/video_core/engines/maxwell_3d.h
parentFavor switch case over jump table (diff)
downloadyuzu-3a20e74f4056a03253e563510048e99ea548d5b4.tar
yuzu-3a20e74f4056a03253e563510048e99ea548d5b4.tar.gz
yuzu-3a20e74f4056a03253e563510048e99ea548d5b4.tar.bz2
yuzu-3a20e74f4056a03253e563510048e99ea548d5b4.tar.lz
yuzu-3a20e74f4056a03253e563510048e99ea548d5b4.tar.xz
yuzu-3a20e74f4056a03253e563510048e99ea548d5b4.tar.zst
yuzu-3a20e74f4056a03253e563510048e99ea548d5b4.zip
Diffstat (limited to 'src/video_core/engines/maxwell_3d.h')
-rw-r--r--src/video_core/engines/maxwell_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h
index 077bc9841..651f37b4d 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1495,7 +1495,7 @@ private:
* @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::vector<u32>& parameters);
/// Handles writes to the macro uploading register.
void ProcessMacroUpload(u32 data);