mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-13 07:14:49 +00:00
* fixup * Get rid of obsolute arg in lv2_obj::awake * nvm ill do this later * Typo fix of the decade
This commit is contained in:
parent
341fdf7eb1
commit
4c20881f8f
@ -50,7 +50,7 @@ void _sys_ppu_thread_exit(ppu_thread& ppu, u64 errorcode)
|
|||||||
std::lock_guard lock(id_manager::g_mutex);
|
std::lock_guard lock(id_manager::g_mutex);
|
||||||
|
|
||||||
// Schedule joiner and unqueue
|
// Schedule joiner and unqueue
|
||||||
lv2_obj::awake(idm::check_unlocked<named_thread<ppu_thread>>(jid), -2);
|
lv2_obj::awake(idm::check_unlocked<named_thread<ppu_thread>>(jid));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unqueue
|
// Unqueue
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
#include "sys_spu.h"
|
#include "sys_spu.h"
|
||||||
|
|
||||||
// Check all flags known to be related to extended permissions (TODO)
|
// Check all flags known to be related to extended permissions (TODO)
|
||||||
// I think anything which has root flags implicitly has debug perm as well
|
// It's possible anything which has root flags implicitly has debug perm as well
|
||||||
// But I havn't confirmed it.
|
// But I haven't confirmed it.
|
||||||
bool ps3_process_info_t::debug_or_root() const
|
bool ps3_process_info_t::debug_or_root() const
|
||||||
{
|
{
|
||||||
return (ctrl_flags1 & (0xe << 28)) != 0;
|
return (ctrl_flags1 & (0xe << 28)) != 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user