summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-14 06:49:03 +0100
committerGitHub <noreply@github.com>2018-02-14 06:49:03 +0100
commitf1b82634bc46792b35377f4d3f882e56a1ac84a2 (patch)
tree294ee46e60ac837f5ab0eb972fb0f214aa3e8960
parentMerge pull request #187 from Subv/maxwell3d_query (diff)
parentmaxwell_3d: Make constructor explicit (diff)
downloadyuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar
yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar.gz
yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar.bz2
yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar.lz
yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar.xz
yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.tar.zst
yuzu-f1b82634bc46792b35377f4d3f882e56a1ac84a2.zip
-rw-r--r--src/video_core/engines/maxwell_3d.h2
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.