World Neverland Qukria Kingdom Stories Chinese translate bypass EBOOT

This commit is contained in:
daniel229 2014-05-30 12:28:27 +08:00
parent d4c7922c25
commit 7aa75e6e81

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;