mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-02 16:59:03 +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);
|
||||
|
||||
// CCI
|
||||
SetCciInitialDataKeyX(keys, dev_initial_data_keyx);
|
||||
SetCciInitialDataKeyX(keys, prod_initial_data_keyx);
|
||||
|
||||
/* RSA Keys */
|
||||
// CIA
|
||||
|
||||
Reference in New Issue
Block a user