mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +00:00
HostInterface: Saving state message should be OSD not error
This commit is contained in:
parent
0a5f7fcd75
commit
8d4d8e44e4
|
@ -413,7 +413,7 @@ bool HostInterface::SaveState(const char* filename)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ReportFormattedError("State saved to %s.", filename);
|
AddFormattedOSDMessage(2.0f, "State saved to %s.", filename);
|
||||||
stream->Commit();
|
stream->Commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue