mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-19 01:12:33 +00:00
allow screenshots into content dir via bool setting in addition of the empty string
This commit is contained in:
parent
a4192bf99b
commit
cf8783644d
@ -211,7 +211,7 @@ static bool screenshot_dump(
|
||||
|
||||
screenshot_path[0] = '\0';
|
||||
|
||||
if (string_is_empty(screenshot_dir))
|
||||
if (string_is_empty(screenshot_dir) || settings->bools.screenshots_in_content_dir)
|
||||
{
|
||||
fill_pathname_basedir(screenshot_path, name_base,
|
||||
sizeof(screenshot_path));
|
||||
|
Loading…
x
Reference in New Issue
Block a user