mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Properly take over extdata ID when installing
This commit is contained in:
parent
62fd3e93c5
commit
158fa78a5d
@ -92,8 +92,8 @@ u32 BuildTitleInfoEntryNcch(TitleInfoEntry* tie, TitleMetaData* tmd, NcchHeader*
|
|||||||
align(exthdr->savedata_size, align_size); // savegame
|
align(exthdr->savedata_size, align_size); // savegame
|
||||||
tie->flags_1[0] = 0x01; // has SD save
|
tie->flags_1[0] = 0x01; // has SD save
|
||||||
};
|
};
|
||||||
// extdata ID low (hacky)
|
// extdata ID low (hacky, we navigate to storage info)
|
||||||
tie->extdata_id_low = getle32(exthdr->aci_data + 0x30 - 0x0C + 0x04);
|
tie->extdata_id_low = getle32(exthdr->aci_data + (0x30 - 0x0C));
|
||||||
} else {
|
} else {
|
||||||
tie->flags_0[0] = 0x00; // no manual
|
tie->flags_0[0] = 0x00; // no manual
|
||||||
tie->title_version &= 0xFFFF; // no dlp
|
tie->title_version &= 0xFFFF; // no dlp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user