diff options
author | Lioncash <mathew1800@gmail.com> | 2020-12-07 02:48:10 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-12-07 02:48:12 +0100 |
commit | ce0712bf95ec7e261f42108214ebf3f27cd32589 (patch) | |
tree | 2ae6d36cb6e51120e70546b6d99603d0f4bf8212 /src/video_core | |
parent | maxwell_3d: Remove unused dirty_pointer array (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src/video_core')
-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: /** * 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); |