mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 14:59:37 +00:00
Hide load message when saving state.
fix https://github.com/libretro/RetroArch/issues/4460
This commit is contained in:
parent
c4b2feb811
commit
1df9766491
@ -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…
Reference in New Issue
Block a user