HostInterface: Saving state message should be OSD not error

This commit is contained in:
Connor McLaughlin 2020-01-24 14:50:50 +10:00
parent 0a5f7fcd75
commit 8d4d8e44e4

View file

@ -413,7 +413,7 @@ bool HostInterface::SaveState(const char* filename)
}
else
{
ReportFormattedError("State saved to %s.", filename);
AddFormattedOSDMessage(2.0f, "State saved to %s.", filename);
stream->Commit();
}