mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 23:32:40 +00:00
maxwell_3d: Make constructor explicit
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user