change message length (#992)

This commit is contained in:
Logan McNaughton
2026-05-30 19:16:15 +00:00
committed by GitHub
parent 864175fae6
commit 79d2c023e6
+1 -1
View File
@@ -306,7 +306,7 @@ pub fn load_savestate(device: &mut device::Device, rewind: bool) {
} else {
"Failed to rewind"
};
ui::video::onscreen_message(message, ui::video::MESSAGE_LENGTH_MESSAGE_SHORT);
ui::video::onscreen_message(message, ui::video::MESSAGE_LENGTH_MESSAGE_VERY_SHORT);
}
}