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/macro_interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/macro_interpreter.cpp') diff --git a/src/video_core/macro_interpreter.cpp b/src/video_core/macro_interpreter.cpp index 181310606..861144c87 100644 --- a/src/video_core/macro_interpreter.cpp +++ b/src/video_core/macro_interpreter.cpp @@ -328,7 +328,7 @@ void MacroInterpreter::SetMethodAddress(u32 address) { } void MacroInterpreter::Send(u32 value) { - // Use the tracked value in shadow_regs when requested. + // Use the tracked value in shadow_state when requested. if (method_address.address < Engines::Maxwell3D::Regs::NUM_REGS && maxwell3d.shadow_state.shadow_ram_control == Engines::Maxwell3D::Regs::ShadowRamControl::Replay) { -- cgit v1.2.3