mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 08:49:03 +00:00
makerom: misc and small changes
Altered behaviour to make CIA file generated to more closely match CIAs made by Nintendo's private CIA generator. As seen in gamecard updates.
This commit is contained in:
@@ -1011,6 +1011,8 @@ bool SetNcchKeys(keys_struct *keys, ncch_hdr *hdr)
|
||||
|
||||
int GetNcchInfo(ncch_info *info, ncch_hdr *hdr)
|
||||
{
|
||||
clrmem(info, sizeof(ncch_info));
|
||||
|
||||
info->titleId = u8_to_u64(hdr->titleId,LE);
|
||||
info->programId = u8_to_u64(hdr->programId,LE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user