mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 08:49:03 +00:00
commented debug code
This commit is contained in:
+2
-1
@@ -118,9 +118,10 @@ int LoadKeysFromResources(keys_struct *keys)
|
|||||||
SetNormalKey(keys,(u8*)dev_fixed_ncch_key[0]);
|
SetNormalKey(keys,(u8*)dev_fixed_ncch_key[0]);
|
||||||
SetSystemFixedKey(keys,(u8*)dev_fixed_ncch_key[1]);
|
SetSystemFixedKey(keys,(u8*)dev_fixed_ncch_key[1]);
|
||||||
|
|
||||||
|
/*
|
||||||
for(int i = 0; i < 2; i++)
|
for(int i = 0; i < 2; i++)
|
||||||
SetNcchKeyX(keys,(u8*)dev_unfixed_ncch_keyX[i],i);
|
SetNcchKeyX(keys,(u8*)dev_unfixed_ncch_keyX[i],i);
|
||||||
|
*/
|
||||||
|
|
||||||
/* RSA Keys */
|
/* RSA Keys */
|
||||||
// CIA
|
// CIA
|
||||||
|
|||||||
Reference in New Issue
Block a user