mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 19:56:06 +00:00
make state screenshots non-gpu
This commit is contained in:
parent
d8acba1fa8
commit
e0989d0b9e
@ -325,6 +325,9 @@ static bool take_screenshot_choice(const char *name_base, bool savestate)
|
||||
&& string_is_empty(name_base))
|
||||
return false;
|
||||
|
||||
if (savestate)
|
||||
return take_screenshot_raw(name_base, NULL, savestate);
|
||||
|
||||
if (video_driver_supports_viewport_read())
|
||||
{
|
||||
/* Avoid taking screenshot of GUI overlays. */
|
||||
|
Loading…
Reference in New Issue
Block a user