Browse Source

quick fix

pull/3296/head
CamilleLaVey 3 weeks ago
committed by lizzie
parent
commit
94a28d4727
  1. 2
      src/video_core/engines/maxwell_3d.cpp

2
src/video_core/engines/maxwell_3d.cpp

@ -322,7 +322,7 @@ void Maxwell3D::ProcessDirtyRegisters(u32 method, u32 argument) {
}
regs.reg_array[method] = argument;
const auto [flag0, flag1] = GetDirtyFlagsForMethod(method);
const auto [flag0, flag1] = VideoCommon::Dirty::GetDirtyFlagsForMethod(method);
dirty.flags[flag0] = true;
if (flag1 != flag0) {
dirty.flags[flag1] = true;

Loading…
Cancel
Save