Merge pull request #11470 from MayImilae/remove-memory-card-path-from-osd-message
Remove Memory Card Path from the Wrote to OSD Message
This commit is contained in:
commit
0eb984f030
|
@ -156,9 +156,8 @@ void MemoryCard::FlushThread()
|
||||||
if (do_exit)
|
if (do_exit)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Core::DisplayMessage(fmt::format("Wrote memory card {} contents to {}",
|
Core::DisplayMessage(fmt::format("Wrote to Memory Card {}",
|
||||||
m_card_slot == ExpansionInterface::Slot::A ? 'A' : 'B',
|
m_card_slot == ExpansionInterface::Slot::A ? 'A' : 'B'),
|
||||||
m_filename),
|
|
||||||
4000);
|
4000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue