[MakeROM] Fix InitialData generation bugs (#121)

* [makerom] Correctly initialize prod initial_data_key_x

* [makerom] Properly select CCI CryptoType when not manually specified.

* [makerom] Bump version to v0.18.2
This commit is contained in:
Jack
2022-04-17 13:35:48 +08:00
committed by GitHub
parent ea52a5dd00
commit e9a830f317
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -910,7 +910,7 @@ void PrintNoNeedParam(char *arg)
void DisplayBanner(void)
{
printf("CTR MAKEROM v0.18.1 (C) 3DSGuy 2022\n");
printf("CTR MAKEROM v0.18.2 (C) 3DSGuy 2022\n");
printf("Built: %s %s\n\n", __TIME__, __DATE__);
}