mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix setting the CIA console ID
This commit is contained in:
parent
32b6838d32
commit
e559c2b4a1
@ -1636,7 +1636,7 @@ u32 InstallFromCiaFile(const char* path_cia, const char* path_dest) {
|
||||
}
|
||||
|
||||
// proactive fix for CIA console ID
|
||||
cia->ticket.console_id = 0;
|
||||
memset(cia->ticket.console_id, 0x00, 4);
|
||||
|
||||
// fix TMD hashes, install CIA system data
|
||||
if ((FixTmdHashes(&(cia->tmd)) != 0) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user