Browse Source

maxwell_3d: Make constructor explicit

nce_cpp
Lioncash 8 years ago
parent
commit
c1583210dd
  1. 2
      src/video_core/engines/maxwell_3d.h

2
src/video_core/engines/maxwell_3d.h

@ -14,7 +14,7 @@ namespace Engines {
class Maxwell3D final { class Maxwell3D final {
public: public:
Maxwell3D(MemoryManager& memory_manager);
explicit Maxwell3D(MemoryManager& memory_manager);
~Maxwell3D() = default; ~Maxwell3D() = default;
/// Write the value to the register identified by method. /// Write the value to the register identified by method.

Loading…
Cancel
Save