mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix title info entry product code for TWL titles
This commit is contained in:
parent
9766a0be5e
commit
89c5107733
@ -46,7 +46,7 @@ u32 BuildTitleInfoEntryTwl(TitleInfoEntry* tie, TitleMetaData* tmd, TwlHeader* t
|
|||||||
if (BuildTitleInfoEntryTmd(tie, tmd, false) != 0) return 1;
|
if (BuildTitleInfoEntryTmd(tie, tmd, false) != 0) return 1;
|
||||||
|
|
||||||
// product code
|
// product code
|
||||||
memcpy(tie->product_code, twl->game_title, 0x0A);
|
memcpy(tie->product_code, twl->game_title, 12);
|
||||||
|
|
||||||
// specific flags
|
// specific flags
|
||||||
// see: http://3dbrew.org/wiki/Titles
|
// see: http://3dbrew.org/wiki/Titles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user