mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-11 18:50:55 +00:00
Prefer EBOOT.BIN
This commit is contained in:
parent
9000407a77
commit
5e539f71e6
1 changed files with 1 additions and 3 deletions
|
@ -98,12 +98,10 @@ bool Emulator::BootGame(const std::string& path, bool direct)
|
||||||
{
|
{
|
||||||
static const char* boot_list[] =
|
static const char* boot_list[] =
|
||||||
{
|
{
|
||||||
"/PS3_GAME/USRDIR/BOOT.BIN",
|
|
||||||
"/USRDIR/BOOT.BIN",
|
|
||||||
"/BOOT.BIN",
|
|
||||||
"/PS3_GAME/USRDIR/EBOOT.BIN",
|
"/PS3_GAME/USRDIR/EBOOT.BIN",
|
||||||
"/USRDIR/EBOOT.BIN",
|
"/USRDIR/EBOOT.BIN",
|
||||||
"/EBOOT.BIN",
|
"/EBOOT.BIN",
|
||||||
|
"/eboot.bin",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (direct && fs::is_file(path))
|
if (direct && fs::is_file(path))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue