Remove GCI Folder Path from the Wrote to OSD Message

Follow up to PR11470. Forgot to do GCI as well. Oops.
This commit is contained in:
MayImilae 2023-03-26 03:03:08 -07:00
parent db40348c86
commit 0d74a8561a
1 changed files with 1 additions and 1 deletions

View File

@ -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
{