mirror of
https://github.com/encounter/Decrypt9.git
synced 2026-07-10 03:18:50 -07:00
Fix general slot0x25keyX.bin requirement on O3DS
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user