mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix last commit
This commit is contained in:
parent
3d45c9dbed
commit
9d64fcf693
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ static const char *altBootNames[] = {
|
|||
"disc0:/PSP_GAME/SYSDIR/EBOOT.LEI",
|
||||
"disc0:/PSP_GAME/SYSDIR/EBOOT.DNR",
|
||||
"disc0:/PSP_GAME/SYSDIR/DBZ2.BIN",
|
||||
"disc0:/PSP_GAME/SYSDIR/PAKFILE2.BIN",
|
||||
"disc0:/PSP_GAME/USRDIR/PAKFILE2.BIN",
|
||||
};
|
||||
|
||||
bool Load_PSP_ISO(const char *filename, std::string *error_string)
|
||||
|
@ -153,7 +153,7 @@ bool Load_PSP_ISO(const char *filename, std::string *error_string)
|
|||
// Bypass Chinese translation patches, see comment above.
|
||||
for (int i = 0; i < ARRAY_SIZE(altBootNames); i++) {
|
||||
if (pspFileSystem.GetFileInfo(altBootNames[i]).exists) {
|
||||
bootpath = "disc0:/PSP_GAME/SYSDIR/EBOOT.OLD";
|
||||
bootpath = altBootNames[i];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue