Browse Source

Merge pull request #189 from lioncash/misc

maxwell_3d: Make constructor explicit
pull/15/merge
bunnei 8 years ago
committed by GitHub
parent
commit
f1b82634bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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 {
public:
Maxwell3D(MemoryManager& memory_manager);
explicit Maxwell3D(MemoryManager& memory_manager);
~Maxwell3D() = default;
/// Write the value to the register identified by method.

Loading…
Cancel
Save