mirror of
https://github.com/gopher64/gopher64.git
synced 2026-09-04 19:55:32 +02:00
watch z-buffer reads as well (#581)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user