mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
unself: rename SCEVersionInfo to version_header
This commit is contained in:
parent
5fb716fc21
commit
500f7901ac
3 changed files with 96 additions and 96 deletions
|
|
@ -1909,18 +1909,18 @@ bool ppu_load_exec(const ppu_exec_object& elf, utils::serial* ar)
|
|||
|
||||
if (bool not_found = g_ps3_process_info.self_info.valid)
|
||||
{
|
||||
for (const auto& ctrl : g_ps3_process_info.self_info.ctrl_info)
|
||||
for (const auto& ctrl : g_ps3_process_info.self_info.supplemental_hdr)
|
||||
{
|
||||
if (ctrl.type == 1)
|
||||
{
|
||||
if (!std::exchange(not_found, false))
|
||||
{
|
||||
ppu_loader.error("More than one control flags header found! (flags1=0x%x)",
|
||||
ctrl.control_flags.ctrl_flag1);
|
||||
ctrl.PS3_plaintext_capability_header.ctrl_flag1);
|
||||
break;
|
||||
}
|
||||
|
||||
g_ps3_process_info.ctrl_flags1 |= ctrl.control_flags.ctrl_flag1;
|
||||
g_ps3_process_info.ctrl_flags1 |= ctrl.PS3_plaintext_capability_header.ctrl_flag1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue