diff options
| author | 2020-12-06 20:48:10 -0500 | |
|---|---|---|
| committer | 2020-12-06 20:48:12 -0500 | |
| commit | ce0712bf95ec7e261f42108214ebf3f27cd32589 (patch) | |
| tree | 2ae6d36cb6e51120e70546b6d99603d0f4bf8212 /src | |
| parent | maxwell_3d: Remove unused dirty_pointer array (diff) | |
| download | yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar.gz yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.tar.xz yuzu-ce0712bf95ec7e261f42108214ebf3f27cd32589.zip | |
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.h | 2 |
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: | |||
| 1512 | 1512 | ||
| 1513 | /** | 1513 | /** |
| 1514 | * Call a macro on this engine. | 1514 | * Call a macro on this engine. |
| 1515 | * | ||
| 1515 | * @param method Method to call | 1516 | * @param method Method to call |
| 1516 | * @param num_parameters Number of arguments | ||
| 1517 | * @param parameters Arguments to the method call | 1517 | * @param parameters Arguments to the method call |
| 1518 | */ | 1518 | */ |
| 1519 | void CallMacroMethod(u32 method, const std::vector<u32>& parameters); | 1519 | void CallMacroMethod(u32 method, const std::vector<u32>& parameters); |