diff --git a/src/video_core/engines/maxwell_3d.h b/src/video_core/engines/maxwell_3d.h index 17119beda..d24c9f657 100644 --- a/src/video_core/engines/maxwell_3d.h +++ b/src/video_core/engines/maxwell_3d.h @@ -1276,7 +1276,9 @@ public: }; std::array reg_array; }; - } regs{}; + }; + + Regs regs{}; /// Store temporary hw register values, used by some calls to restore state after a operation Regs shadow_state;