mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
rsx: Report full method range on invalid methods
Also report full command on fifo desync event for the first time
This commit is contained in:
parent
730e9cde84
commit
5de0005f5a
5 changed files with 24 additions and 15 deletions
|
@ -2349,6 +2349,12 @@ namespace rsx
|
|||
invalid_command_interrupt_raised = false;
|
||||
}
|
||||
|
||||
u32 thread::get_fifo_cmd()
|
||||
{
|
||||
// Last fifo cmd for logging and utility
|
||||
return fifo_ctrl->last_cmd();
|
||||
}
|
||||
|
||||
void thread::read_barrier(u32 memory_address, u32 memory_range)
|
||||
{
|
||||
zcull_ctrl->read_barrier(this, memory_address, memory_range);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue