From 7aa75e6e8197ad8178b832fecc514b921d9250b6 Mon Sep 17 00:00:00 2001 From: daniel229 Date: Fri, 30 May 2014 12:28:27 +0800 Subject: [PATCH] World Neverland Qukria Kingdom Stories Chinese translate bypass EBOOT --- Core/PSPLoaders.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Core/PSPLoaders.cpp b/Core/PSPLoaders.cpp index ab8e7a81e8..28ddf10679 100644 --- a/Core/PSPLoaders.cpp +++ b/Core/PSPLoaders.cpp @@ -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;