summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-06 20:48:10 -0500
committerLioncash <mathew1800@gmail.com>2020-12-06 20:48:12 -0500
commitce0712bf95ec7e261f42108214ebf3f27cd32589 (patch)
tree2ae6d36cb6e51120e70546b6d99603d0f4bf8212 /src
parentbcc5c4403ab8a42adcf65f98f70a4f6d0ca94a02 (diff)
maxwell_3d: Resolve -Wdocumentation warning
Removes a documentation comment for a non-existent member.
Diffstat (limited to 'src')
-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);