Skip to content

Commit

Permalink
Merge pull request #11470 from MayImilae/remove-memory-card-path-from…
Browse files Browse the repository at this point in the history
…-osd-message

Remove Memory Card Path from the Wrote to OSD Message
  • Loading branch information
delroth committed Jan 22, 2023
2 parents 9fe1d80 + ef0d386 commit 0eb984f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Source/Core/Core/HW/GCMemcard/GCMemcardRaw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit 0eb984f

Please sign in to comment.