Browse Source

maxwell_3d: Reduce severity of ProcessSyncPoint

pull/15/merge
ReinUsesLisp 7 years ago
parent
commit
ddcb711ee8
  1. 2
      src/video_core/engines/maxwell_3d.cpp

2
src/video_core/engines/maxwell_3d.cpp

@ -334,7 +334,7 @@ void Maxwell3D::ProcessSyncPoint() {
const u32 sync_point = regs.sync_info.sync_point.Value();
const u32 increment = regs.sync_info.increment.Value();
const u32 cache_flush = regs.sync_info.unknown.Value();
UNIMPLEMENTED_MSG("Syncpoint Set {}, increment: {}, unk: {}", sync_point, increment,
LOG_DEBUG(HW_GPU, "Syncpoint set {}, increment: {}, unk: {}", sync_point, increment,
cache_flush);
}

Loading…
Cancel
Save