summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-07 02:48:10 +0100
committerLioncash <mathew1800@gmail.com>2020-12-07 02:48:12 +0100
commitce0712bf95ec7e261f42108214ebf3f27cd32589 (patch)
tree2ae6d36cb6e51120e70546b6d99603d0f4bf8212
parentmaxwell_3d: Remove unused dirty_pointer array (diff)
downloadyuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar
yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar.gz
yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar.bz2
yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar.lz
yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar.xz
yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar.zst
yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.zip
-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 d9b53cb67..71afa3ed3 100644
--- a/src/video_core/engines/maxwell_3d.h
+++ b/src/video_core/engines/maxwell_3d.h
@@ -1512,8 +1512,8 @@ 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, const std::vector<u32>& parameters);