mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06:00
Fixup for Emu.EjectDisc()
This commit is contained in:
parent
ea23525f66
commit
ec59d7d26b
@ -2287,9 +2287,9 @@ void Emulator::EjectDisc()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vfs::get("/dev_bdvd").empty())
|
if (vfs::get("/dev_bdvd").empty() && vfs::get("/dev_ps2disc").empty())
|
||||||
{
|
{
|
||||||
sys_log.error("Can not eject disc if dev_bdvd is not mounted!");
|
sys_log.error("Can not eject disc if both dev_bdvd and dev_ps2disc are not mounted!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user