Merge pull request #6184 from daniel229/patch_04

World Neverland Qukria Kingdom Stories Chinese translate bypass EBOOT
This commit is contained in:
Henrik Rydgård 2014-05-30 09:55:58 +02:00
commit c2778d9a2a

View File

@ -167,7 +167,9 @@ bool Load_PSP_ISO(const char *filename, std::string *error_string)
if (id == "NPJH50624" && pspFileSystem.GetFileInfo("disc0:/PSP_GAME/USRDIR/PAKFILE2.BIN").exists) {
bootpath = "disc0:/PSP_GAME/USRDIR/PAKFILE2.BIN";
}
if (id == "NPJH00100" && pspFileSystem.GetFileInfo("disc0:/PSP_GAME/USRDIR/DATA/GIM/GBL").exists) {
bootpath = "disc0:/PSP_GAME/USRDIR/DATA/GIM/GBL";
}
bool hasEncrypted = false;
u32 fd;