Merge pull request #5445 from sum2012/patch-7

Add support another patcher
This commit is contained in:
Henrik Rydgård 2014-02-14 13:59:50 +01:00
commit 60bc395cd3

View File

@ -169,6 +169,9 @@ bool Load_PSP_ISO(const char *filename, std::string *error_string)
if (pspFileSystem.GetFileInfo("disc0:/PSP_GAME/SYSDIR/EBOOT.DNR").exists) {
bootpath = "disc0:/PSP_GAME/SYSDIR/EBOOT.DNR";
}
if (pspFileSystem.GetFileInfo("disc0:/PSP_GAME/SYSDIR/DBZ2.BIN").exists) {
bootpath = "disc0:/PSP_GAME/SYSDIR/DBZ2.BIN";
}
bool hasEncrypted = false;
u32 fd;