Fix general slot0x25keyX.bin requirement on O3DS

This commit is contained in:
d0k3
2015-09-20 15:25:52 +02:00
parent e466e6054f
commit b10d78a09d
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -29,7 +29,6 @@
// customizations - careful with DANGER_ZONE, USE_EMUNAND still needs testing
// #define DANGER_ZONE
// #define WORKDIR "/Decrypt9"
// #define USE_EMUNAND
inline char* strupper(const char* str) {
char* buffer = (char*)malloc(strlen(str) + 1);
+1 -2
View File
@@ -692,8 +692,7 @@ u32 DecryptNcch(const char* filename, u32 offset)
FileClose();
setup_aeskeyX(0x25, slot0x25KeyX);
} else {
Debug("Need slot0x25KeyX.bin on O3DS!");
return 1;
Debug("Warning: Need slot0x25KeyX.bin on O3DS < 7.x!");
}
}