diff options
| author | 2018-02-14 00:49:03 -0500 | |
|---|---|---|
| committer | 2018-02-14 00:49:03 -0500 | |
| commit | f1b82634bc46792b35377f4d3f882e56a1ac84a2 (patch) | |
| tree | 294ee46e60ac837f5ab0eb972fb0f214aa3e8960 /src | |
| parent | Merge pull request #187 from Subv/maxwell3d_query (diff) | |
| parent | maxwell_3d: Make constructor explicit (diff) | |
| download | yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar.gz yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar.xz yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.zip | |
Merge pull request #189 from lioncash/misc
maxwell_3d: Make constructor explicit
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 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 { | |||
| 14 | 14 | ||
| 15 | class Maxwell3D final { | 15 | class Maxwell3D final { |
| 16 | public: | 16 | public: |
| 17 | Maxwell3D(MemoryManager& memory_manager); | 17 | explicit Maxwell3D(MemoryManager& memory_manager); |
| 18 | ~Maxwell3D() = default; | 18 | ~Maxwell3D() = default; |
| 19 | 19 | ||
| 20 | /// Write the value to the register identified by method. | 20 | /// Write the value to the register identified by method. |