mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-20 23:54:48 +00:00
Merge pull request #5445 from sum2012/patch-7
Add support another patcher
This commit is contained in:
commit
60bc395cd3
@ -169,6 +169,9 @@ bool Load_PSP_ISO(const char *filename, std::string *error_string)
|
||||
if (pspFileSystem.GetFileInfo("disc0:/PSP_GAME/SYSDIR/EBOOT.DNR").exists) {
|
||||
bootpath = "disc0:/PSP_GAME/SYSDIR/EBOOT.DNR";
|
||||
}
|
||||
if (pspFileSystem.GetFileInfo("disc0:/PSP_GAME/SYSDIR/DBZ2.BIN").exists) {
|
||||
bootpath = "disc0:/PSP_GAME/SYSDIR/DBZ2.BIN";
|
||||
}
|
||||
|
||||
bool hasEncrypted = false;
|
||||
u32 fd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user