mirror of https://github.com/PCSX2/pcsx2.git
Memcard: Remove erroneous auto eject decrement
This commit is contained in:
parent
5bb0a07164
commit
dbdc74fdef
|
@ -212,17 +212,6 @@ void Sio2::Memcard()
|
|||
g_Sio2FifoOut.push_back(0x00);
|
||||
}
|
||||
|
||||
mcd->autoEjectTicks--;
|
||||
|
||||
if (mcd->autoEjectTicks == 0)
|
||||
{
|
||||
Host::AddKeyedOSDMessage(fmt::format("AutoEjectSlotClear{}{}", port, slot),
|
||||
fmt::format(TRANSLATE_FS("MemoryCard", "Memory card in port {} / slot {} reinserted"),
|
||||
port + 1,
|
||||
slot + 1),
|
||||
Host::OSD_INFO_DURATION);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue