Skip to content

Commit

Permalink
Avoid showing all slots in a row when cycling.
Browse files Browse the repository at this point in the history
This was longer now, so more annoying.  Better to sync with the preview.
  • Loading branch information
unknownbrackets committed May 28, 2016
1 parent ac21d2e commit 2862253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/NativeApp.cpp
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit 2862253

Please sign in to comment.