mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Fix TMD CDN CIA building
This commit is contained in:
parent
8fcdde29c8
commit
32b6838d32
@ -1819,8 +1819,8 @@ u32 BuildInstallFromTmdFileBuffered(const char* path_tmd, const char* path_dest,
|
||||
|
||||
// write the CIA stub (take #2)
|
||||
if ((FixTmdHashes(tmd) != 0) ||
|
||||
(install && (WriteCiaStub(cia, path_dest) != 0)) ||
|
||||
(!install && (InstallCiaSystemData(cia, path_dest) != 0)))
|
||||
(!install && (WriteCiaStub(cia, path_dest) != 0)) ||
|
||||
(install && (InstallCiaSystemData(cia, path_dest) != 0)))
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user