mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -666,7 +666,7 @@ void GCMemcardDirectory::FlushToFile()
|
|||||||
|
|
||||||
if (gci.IsGood())
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user