mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
maxwell_3d: update comments for shadow ram usage
This commit is contained in:
parent
03a6cfea40
commit
854fb1ed2b
3 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue