kern: make KProcess layout accurate to N's code

This commit is contained in:
Alula
2026-03-17 22:16:08 +01:00
parent a985bdb1d4
commit 4e653f67e5

View File

@@ -102,8 +102,8 @@ namespace ams::kern {
IoRegionList m_io_region_list;
bool m_is_suspended;
bool m_is_immortal;
bool m_is_jit_debug;
bool m_is_handle_table_initialized;
bool m_is_jit_debug;
ams::svc::DebugEvent m_jit_debug_event_type;
ams::svc::DebugException m_jit_debug_exception_type;
uintptr_t m_jit_debug_params[4];