mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 21:56:58 +00:00
Merge pull request #11697 from MayImilae/oops-gci-osd
Remove GCI Folder Path from the Wrote to OSD Message
This commit is contained in:
commit
0de2890351
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ void GCMemcardDirectory::FlushToFile()
|
|||
|
||||
if (gci.IsGood())
|
||||
{
|
||||
Core::DisplayMessage(fmt::format("Wrote save contents to {}", save.m_filename), 4000);
|
||||
Core::DisplayMessage("Wrote save contents to GCI Folder", 4000);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue