mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix screenshots in content_dir
This commit is contained in:
parent
f31404e2c6
commit
dc15a880f7
1 changed files with 2 additions and 2 deletions
|
@ -305,8 +305,8 @@ static bool take_screenshot_choice(const char *name_base)
|
|||
settings_t *settings = config_get_ptr();
|
||||
|
||||
/* No way to infer screenshot directory. */
|
||||
if ( string_is_empty(settings->directory.screenshot)
|
||||
&& (!string_is_empty(name_base)))
|
||||
if ( string_is_empty(settings->directory.screenshot)
|
||||
&& string_is_empty(name_base))
|
||||
return false;
|
||||
|
||||
if (video_driver_supports_viewport_read())
|
||||
|
|
Loading…
Add table
Reference in a new issue