mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-23 04:21:14 +00:00
maxwell_3d: update comments for shadow ram usage
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user