mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-20 15:40:23 +00:00
Fixup for Emu.EjectDisc()
This commit is contained in:
parent
ea23525f66
commit
ec59d7d26b
@ -2287,9 +2287,9 @@ void Emulator::EjectDisc()
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user