From e4dea69713ba710b11820b5f3a8c64a9db8d4785 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 12 Jan 2025 17:20:13 +1000 Subject: [PATCH] System: Drop state load OSD duration to quick --- src/core/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/system.cpp b/src/core/system.cpp index 65cf6b11a8..7c856ac994 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -2850,7 +2850,7 @@ bool System::LoadState(const char* path, Error* error, bool save_undo_state) Host::AddIconOSDMessage( "LoadState", ICON_EMOJI_OPEN_THE_FOLDER, fmt::format(TRANSLATE_FS("OSDMessage", "Loading state from '{}'..."), Path::GetFileName(path)), - Host::OSD_INFO_DURATION); + Host::OSD_QUICK_DURATION); if (save_undo_state) SaveUndoLoadState();