mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add Another patcher
This commit is contained in:
parent
05f019d434
commit
755e642efc
1 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,9 @@ bool Load_PSP_ISO(const char *filename, std::string *error_string)
|
|||
if (pspFileSystem.GetFileInfo("disc0:/PSP_GAME/SYSDIR/EBOOT.LEI").exists) {
|
||||
bootpath = "disc0:/PSP_GAME/SYSDIR/EBOOT.LEI";
|
||||
}
|
||||
if (pspFileSystem.GetFileInfo("disc0:/PSP_GAME/SYSDIR/EBOOT.DNR").exists) {
|
||||
bootpath = "disc0:/PSP_GAME/SYSDIR/EBOOT.DNR";
|
||||
}
|
||||
|
||||
bool hasEncrypted = false;
|
||||
u32 fd;
|
||||
|
|
Loading…
Add table
Reference in a new issue