Added more svcGetInfo pairs
This commit is contained in:
parent
c903372111
commit
68143af636
4 changed files with 29 additions and 2 deletions
|
@ -131,6 +131,8 @@ public:
|
|||
/// Bitmask of allowed CPUs that this process' threads can run on. TODO(Subv): Actually parse
|
||||
/// this value from the process header.
|
||||
u32 allowed_processor_mask = THREADPROCESSORID_DEFAULT_MASK;
|
||||
u32 allowed_thread_priority_mask = 0xFFFFFFFF;
|
||||
u32 is_virtual_address_memory_enabled = 0;
|
||||
/// Current status of the process
|
||||
ProcessStatus status;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue