mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
[makerom] Correctly initialize prod initial_data_key_x
This commit is contained in:
@@ -150,7 +150,7 @@ int LoadKeysFromResources(keys_struct *keys)
|
|||||||
SetNcchKeyX(keys, prod_unfixed_ncch_keyX[i],i);
|
SetNcchKeyX(keys, prod_unfixed_ncch_keyX[i],i);
|
||||||
|
|
||||||
// CCI
|
// CCI
|
||||||
SetCciInitialDataKeyX(keys, dev_initial_data_keyx);
|
SetCciInitialDataKeyX(keys, prod_initial_data_keyx);
|
||||||
|
|
||||||
/* RSA Keys */
|
/* RSA Keys */
|
||||||
// CIA
|
// CIA
|
||||||
|
|||||||
Reference in New Issue
Block a user