mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
World Neverland Qukria Kingdom Stories Chinese translate bypass EBOOT
This commit is contained in:
parent
d4c7922c25
commit
7aa75e6e81
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user