mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 09:40:11 +00:00
Revert "make state screenshots non-gpu"
This reverts commit e0989d0b9efab81bb7e63a5e3a2940360de2e7a2.
This commit is contained in:
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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user