Editing LV2 Functions and Syscalls
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 22: | Line 22: | ||
struct sys_prx_dbg_get_module_list_t { | struct sys_prx_dbg_get_module_list_t { | ||
uint64_t size; /* sizeof(this) | uint64_t size; /* sizeof(this) */ | ||
uint32_t unk0; | uint32_t unk0; | ||
uint32_t max; | uint32_t max; | ||
uint32_t count; | |||
sys_prx_user_p_prx_id_t idlist; | sys_prx_user_p_prx_id_t idlist; | ||
sys_prx_user_p_stop_level_t levellist; | sys_prx_user_p_stop_level_t levellist; | ||
uint32_t unk1; | uint32_t unk1; |