mirror of https://github.com/PCSX2/pcsx2.git
MCD: Correctly wait 60 frames for eject timeout
This commit is contained in:
parent
651e7e5963
commit
2611a93af2
|
@ -100,7 +100,7 @@ void AutoEject::Set(size_t port, size_t slot)
|
|||
{
|
||||
if (mcds[port][slot].autoEjectTicks == 0)
|
||||
{
|
||||
mcds[port][slot].autoEjectTicks = 1; // 1 second is enough.
|
||||
mcds[port][slot].autoEjectTicks = 60; // 60 frames is enough.
|
||||
mcds[port][slot].term = 0x55; // Reset terminator to default (0x55), forces the PS2 to recheck the memcard.
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue