mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
(task_screenshot.c) Another cleanup
This commit is contained in:
parent
df3547c65f
commit
86a82a47f6
@ -150,7 +150,7 @@ static bool take_screenshot_viewport(void)
|
|||||||
|
|
||||||
screenshot_dir = settings->directory.screenshot;
|
screenshot_dir = settings->directory.screenshot;
|
||||||
|
|
||||||
if (!*settings->directory.screenshot)
|
if (string_is_empty(screenshot_dir))
|
||||||
{
|
{
|
||||||
global_t *global = global_get_ptr();
|
global_t *global = global_get_ptr();
|
||||||
fill_pathname_basedir(screenshot_path, global->name.base,
|
fill_pathname_basedir(screenshot_path, global->name.base,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user