watch z-buffer reads as well (#581)

This commit is contained in:
Logan McNaughton
2025-09-24 23:00:39 +02:00
committed by GitHub
parent 2f25de55d7
commit c2493b829e
+1 -1
View File
@@ -781,7 +781,7 @@ uint64_t rdp_process_commands()
}
break;
case RDP::Op::SetOtherModes:
rdp_device.frame_buffer_info.depth_buffer_enabled = (w2 >> 5) & 1;
rdp_device.frame_buffer_info.depth_buffer_enabled = (w2 >> 4) & 3;
break;
case RDP::Op::SyncFull:
sync_signal = processor->signal_timeline();