diff options
author | Lioncash <mathew1800@gmail.com> | 2020-10-27 07:09:17 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-10-27 07:16:42 +0100 |
commit | c04203b786d87ecb66811341e7ea776452664e91 (patch) | |
tree | 425b6993279146d7096d8af35287f3cc26127e40 /src/video_core/command_classes/host1x.h | |
parent | Merge pull request #4729 from ameerj/nvdec-prod (diff) | |
download | yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.gz yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.bz2 yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.lz yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.xz yuzu-c04203b786d87ecb66811341e7ea776452664e91.tar.zst yuzu-c04203b786d87ecb66811341e7ea776452664e91.zip |
Diffstat (limited to 'src/video_core/command_classes/host1x.h')
-rw-r--r-- | src/video_core/command_classes/host1x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_classes/host1x.h b/src/video_core/command_classes/host1x.h index 501a5ed2e..013eaa0c1 100644 --- a/src/video_core/command_classes/host1x.h +++ b/src/video_core/command_classes/host1x.h @@ -61,7 +61,7 @@ public: ~Host1x(); /// Writes the method into the state, Invoke Execute() if encountered - void ProcessMethod(Host1x::Method method, const std::vector<u32>& arguments); + void ProcessMethod(Method method, const std::vector<u32>& arguments); private: /// For Host1x, execute is waiting on a syncpoint previously written into the state |