MCD: Correctly wait 60 frames for eject timeout

This commit is contained in:
refractionpcsx2 2023-12-19 18:48:17 +00:00
parent 651e7e5963
commit 2611a93af2
1 changed files with 1 additions and 1 deletions

View File

@ -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.
}
}