mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
cpu_thread::test_state added
lv2_obj::sleep adjustment synchronization fixes
This commit is contained in:
parent
4b6f8d2f62
commit
9000407a77
36 changed files with 421 additions and 302 deletions
|
@ -145,8 +145,8 @@ extern void ppu_execute_function(ppu_thread& ppu, u32 index)
|
|||
{
|
||||
if (index < g_ppu_function_cache.size())
|
||||
{
|
||||
// If autopause occures, check_status() will hold the thread until unpaused.
|
||||
if (debug::autopause::pause_function(g_ppu_fnid_cache[index]) && ppu.check_state()) throw cpu_flag::ret;
|
||||
// If autopause occures, check_status() will hold the thread until unpaused
|
||||
if (debug::autopause::pause_function(g_ppu_fnid_cache[index])) ppu.test_state();
|
||||
|
||||
if (const auto func = g_ppu_function_cache[index])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue