From 755e642efc2ad9b96e63c4b454f2657bee7a521f Mon Sep 17 00:00:00 2001 From: sum2012 Date: Sat, 13 Jul 2013 06:46:30 +0800 Subject: [PATCH] Add Another patcher --- Core/PSPLoaders.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Core/PSPLoaders.cpp b/Core/PSPLoaders.cpp index 1e7325170a..6afe7c79e6 100644 --- a/Core/PSPLoaders.cpp +++ b/Core/PSPLoaders.cpp @@ -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;