Add a basic decrypted EBOOT.BIN dump function.
It won't dump already decrypted EBOOTs.
This commit is contained in:
parent
056968129c
commit
8c31e1ca21
6 changed files with 55 additions and 1 deletions
|
@ -455,6 +455,8 @@ std::string GetSysDirectory(PSPDirectories directoryType) {
|
|||
return g_Config.memCardDirectory + "PSP/SYSTEM/";
|
||||
case DIRECTORY_PAUTH:
|
||||
return g_Config.memCardDirectory + "PAUTH/";
|
||||
case DIRECTORY_DUMP:
|
||||
return g_Config.memCardDirectory + "PSP/SYSTEM/DUMP/";
|
||||
// Just return the memory stick root if we run into some sort of problem.
|
||||
default:
|
||||
ERROR_LOG(FILESYS, "Unknown directory type.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue