Prefer EBOOT.BIN

This commit is contained in:
Nekotekina 2017-02-22 13:13:06 +03:00
parent 9000407a77
commit 5e539f71e6

View File

@ -98,12 +98,10 @@ bool Emulator::BootGame(const std::string& path, bool direct)
{
static const char* boot_list[] =
{
"/PS3_GAME/USRDIR/BOOT.BIN",
"/USRDIR/BOOT.BIN",
"/BOOT.BIN",
"/PS3_GAME/USRDIR/EBOOT.BIN",
"/USRDIR/EBOOT.BIN",
"/EBOOT.BIN",
"/eboot.bin",
};
if (direct && fs::is_file(path))