mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #6184 from daniel229/patch_04
World Neverland Qukria Kingdom Stories Chinese translate bypass EBOOT
This commit is contained in:
commit
c2778d9a2a
1 changed files with 3 additions and 1 deletions
|
@ -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) {
|
if (id == "NPJH50624" && pspFileSystem.GetFileInfo("disc0:/PSP_GAME/USRDIR/PAKFILE2.BIN").exists) {
|
||||||
bootpath = "disc0:/PSP_GAME/USRDIR/PAKFILE2.BIN";
|
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;
|
bool hasEncrypted = false;
|
||||||
u32 fd;
|
u32 fd;
|
||||||
|
|
Loading…
Add table
Reference in a new issue