Avoid showing all slots in a row when cycling.

This was longer now, so more annoying.  Better to sync with the preview.
This commit is contained in:
Unknown W. Brackets 2016-05-27 20:55:44 -07:00
parent ac21d2e84d
commit 2862253f12

View File

@ -770,7 +770,7 @@ void HandleGlobalMessage(const std::string &msg, const std::string &value) {
I18NCategory *sy = GetI18NCategory("System");
std::string msg = StringFromFormat("%s: %d", sy->T("Savestate Slot"), SaveState::GetCurrentSlot() + 1);
// Show for the same duration as the preview.
osm.Show(msg, 2.0f);
osm.Show(msg, 2.0f, 0xFFFFFF, -1, true, "savestate_slot");
}
}