mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
(task_screenshot.c) Another cleanup
This commit is contained in:
parent
679c0e829c
commit
df3547c65f
@ -182,7 +182,7 @@ static bool take_screenshot_raw(void)
|
||||
|
||||
video_driver_cached_frame_get(&data, &width, &height, &pitch);
|
||||
|
||||
if (!*settings->directory.screenshot)
|
||||
if (string_is_empty(settings->directory.screenshot))
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
fill_pathname_basedir(screenshot_path, global->name.base,
|
||||
|
Loading…
Reference in New Issue
Block a user