diff options
author | Lioncash <mathew1800@gmail.com> | 2018-02-14 05:47:51 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-02-14 05:47:51 +0100 |
commit | 490d0e36a0dd19bc1395719e8239ce0180ad4bf8 (patch) | |
tree | 294ee46e60ac837f5ab0eb972fb0f214aa3e8960 | |
parent | Merge pull request #187 from Subv/maxwell3d_query (diff) | |
download | yuzu-490d0e36a0dd19bc1395719e8239ce0180ad4bf8.tar yuzu-490d0e36a0dd19bc1395719e8239ce0180ad4bf8.tar.gz yuzu-490d0e36a0dd19bc1395719e8239ce0180ad4bf8.tar.bz2 yuzu-490d0e36a0dd19bc1395719e8239ce0180ad4bf8.tar.lz yuzu-490d0e36a0dd19bc1395719e8239ce0180ad4bf8.tar.xz yuzu-490d0e36a0dd19bc1395719e8239ce0180ad4bf8.tar.zst yuzu-490d0e36a0dd19bc1395719e8239ce0180ad4bf8.zip |
-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 5cd2ecd20..1eeef6857 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -14,7 +14,7 @@ namespace Engines { class Maxwell3D final { public: - Maxwell3D(MemoryManager& memory_manager); + explicit Maxwell3D(MemoryManager& memory_manager); ~Maxwell3D() = default; /// Write the value to the register identified by method. |