mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #4989 from Tatsuya79/patch-1
Hide load message when saving state.
This commit is contained in:
commit
dabbaee7b9
@ -1080,6 +1080,8 @@ static void task_push_load_and_save_state(const char *path, void *data,
|
||||
state->undo_data = data;
|
||||
state->autosave = autosave;
|
||||
state->mute = autosave; /* don't show OSD messages if we are auto-saving */
|
||||
if(load_to_backup_buffer)
|
||||
state->mute = true;
|
||||
state->state_slot = settings->ints.state_slot;
|
||||
state->has_valid_framebuffer = video_driver_cached_frame_has_valid_framebuffer();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user