1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-15 00:40:06 +00:00

Revert "make state screenshots non-gpu"

This reverts commit e0989d0b9efab81bb7e63a5e3a2940360de2e7a2.
This commit is contained in:
twinaphex 2016-12-12 14:14:45 +01:00
parent 0c9a831bf3
commit f80d838aa0

@ -325,9 +325,6 @@ 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. */