mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Added second parameter for the eject disc via StopMotor DI command. The AGP disc expects the disc to still be readable after sending an eject command.
This commit is contained in:
parent
0b1d8fae1b
commit
18cee2dcc7
@ -1136,7 +1136,7 @@ DVDCommandResult ExecuteCommand(u32 command_0, u32 command_1, u32 command_2,
|
||||
INFO_LOG(DVDINTERFACE, "DVDLowStopMotor %s %s",
|
||||
command_1 ? "eject" : "", command_2 ? "kill!" : "");
|
||||
|
||||
if (command_1)
|
||||
if (command_1 && !command_2)
|
||||
EjectDiscCallback(0, 0);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user