Add Another patcher

This commit is contained in:
sum2012 2013-07-13 06:46:30 +08:00
parent 05f019d434
commit 755e642efc

View file

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