mirror of
https://github.com/gopher64/gopher64.git
synced 2026-09-04 11:45:22 +02:00
change message length (#992)
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user