mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Replace src_loc with std::soource_location
This commit is contained in:
parent
2d32ba5ca2
commit
a2dcbb9c13
17 changed files with 146 additions and 290 deletions
|
@ -6589,7 +6589,7 @@ spu_thread::spu_prio_t spu_thread::priority_t::load() const
|
|||
if (_this->get_type() != spu_type::threaded || !_this->group->has_scheduler_context)
|
||||
{
|
||||
spu_thread::spu_prio_t prio{};
|
||||
prio.prio = smax;
|
||||
prio.prio = s32{smax};
|
||||
return prio;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue