mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
unself: rename AppInfo to program_identification_header
This commit is contained in:
parent
e171f3af41
commit
a770eaf500
4 changed files with 24 additions and 24 deletions
|
|
@ -1925,7 +1925,7 @@ bool ppu_load_exec(const ppu_exec_object& elf, utils::serial* ar)
|
|||
}
|
||||
|
||||
ppu_loader.notice("SELF header information found: ctrl_flags1=0x%x, authid=0x%llx",
|
||||
g_ps3_process_info.ctrl_flags1, g_ps3_process_info.self_info.app_info.authid);
|
||||
g_ps3_process_info.ctrl_flags1, g_ps3_process_info.self_info.prog_id_hdr.program_authority_id);
|
||||
}
|
||||
|
||||
// Load other programs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue