mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-14 07:04:24 -04:00
kern: delete creation time field from KProcess
This commit is contained in:
parent
25383db524
commit
aad2be0a01
3 changed files with 11 additions and 1 deletions
|
@ -84,7 +84,9 @@ namespace ams::kern {
|
|||
KCapabilities m_capabilities;
|
||||
ams::svc::ProgramId m_program_id;
|
||||
u64 m_process_id;
|
||||
#if defined(MESOSPHERE_ENABLE_PROCESS_CREATION_TIME)
|
||||
s64 m_creation_time;
|
||||
#endif
|
||||
KProcessAddress m_code_address;
|
||||
size_t m_code_size;
|
||||
size_t m_main_thread_stack_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue