mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Add logging for CallFromMainThread
This commit is contained in:
parent
e32ed90d21
commit
213a19c9f3
4 changed files with 29 additions and 14 deletions
|
@ -5253,7 +5253,7 @@ s64 spu_thread::get_ch_value(u32 ch)
|
|||
}
|
||||
}
|
||||
|
||||
const bool seed = (utils::get_tsc() >> 8) % 100;
|
||||
const usz seed = (utils::get_tsc() >> 8) % 100;
|
||||
|
||||
#ifdef __linux__
|
||||
const bool reservation_busy_waiting = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue