mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix task_save.c
This commit is contained in:
parent
09284dc6ce
commit
dd9db41403
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ static void save_state_cb(void *task_data,
|
|||
char *path = strdup(state->path);
|
||||
|
||||
if (state->thumbnail_enable)
|
||||
take_screenshot(path, true, state->has_valid_framebuffer);
|
||||
take_screenshot(path, true, state->has_valid_framebuffer, false, true);
|
||||
|
||||
free(path);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue