mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
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
1 changed files with 2 additions and 3 deletions
|
@ -156,9 +156,8 @@ void MemoryCard::FlushThread()
|
|||
if (do_exit)
|
||||
return;
|
||||
|
||||
Core::DisplayMessage(fmt::format("Wrote memory card {} contents to {}",
|
||||
m_card_slot == ExpansionInterface::Slot::A ? 'A' : 'B',
|
||||
m_filename),
|
||||
Core::DisplayMessage(fmt::format("Wrote to Memory Card {}",
|
||||
m_card_slot == ExpansionInterface::Slot::A ? 'A' : 'B'),
|
||||
4000);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue