mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Fix spu_thread audit check
This commit is contained in:
parent
ab923bc2c3
commit
b8f8d09f97
1 changed files with 1 additions and 1 deletions
|
@ -5319,7 +5319,7 @@ s64 spu_thread::get_ch_value(u32 ch)
|
||||||
atomic_wait_engine::set_one_time_use_wait_callback(+[](u64) -> bool
|
atomic_wait_engine::set_one_time_use_wait_callback(+[](u64) -> bool
|
||||||
{
|
{
|
||||||
const auto _this = static_cast<spu_thread*>(cpu_thread::get_current());
|
const auto _this = static_cast<spu_thread*>(cpu_thread::get_current());
|
||||||
AUDIT(_this->get_class() == thread_class::ppu);
|
AUDIT(_this->get_class() == thread_class::spu);
|
||||||
|
|
||||||
return !_this->is_stopped();
|
return !_this->is_stopped();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue