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;