From 7051dc19020c4cc510e5ae0b490d037ae1ad9bfe Mon Sep 17 00:00:00 2001 From: namkazy Date: Sun, 22 Mar 2020 11:35:26 +0700 Subject: maxwell_3d: update comments for shadow ram usage --- src/video_core/engines/maxwell_3d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/engines/maxwell_3d.cpp') diff --git a/src/video_core/engines/maxwell_3d.cpp b/src/video_core/engines/maxwell_3d.cpp index 96cbe374c..7a3e21c6b 100644 --- a/src/video_core/engines/maxwell_3d.cpp +++ b/src/video_core/engines/maxwell_3d.cpp @@ -160,7 +160,7 @@ void Maxwell3D::CallMethod(const GPU::MethodCall& method_call) { ASSERT_MSG(method < Regs::NUM_REGS, "Invalid Maxwell3D register, increase the size of the Regs structure"); - // Keep track of the register value in shadow_regs when requested. + // Keep track of the register value in shadow_state when requested. if (regs.shadow_ram_control == Regs::ShadowRamControl::Track || regs.shadow_ram_control == Regs::ShadowRamControl::TrackWithFilter) { shadow_state.reg_array[method] = method_call.argument; -- cgit v1.2.3