mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Debugger/RSX: Add FP/VP hash of current shader
This commit is contained in:
parent
454cb69700
commit
cd98e84ca5
3 changed files with 25 additions and 0 deletions
|
@ -1661,6 +1661,11 @@ bool handle_access_violation(u32 addr, bool is_writing, ucontext_t* context) noe
|
|||
}
|
||||
}
|
||||
|
||||
if (cpu)
|
||||
{
|
||||
cpu->state += cpu_flag::wait;
|
||||
}
|
||||
|
||||
Emu.Pause(true);
|
||||
|
||||
if (!g_tls_access_violation_recovered)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue