Skip to content

Commit

Permalink
Merge pull request #11697 from MayImilae/oops-gci-osd
Browse files Browse the repository at this point in the history
Remove GCI Folder Path from the Wrote to OSD Message
  • Loading branch information
delroth committed Mar 26, 2023
2 parents db40348 + 0d74a85 commit 0de2890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit 0de2890

Please sign in to comment.