diff options
| -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); |