From d03ff44d53d61ceed0c4f67cdf595976f26a7412 Mon Sep 17 00:00:00 2001 From: markwkidd Date: Sun, 7 Apr 2019 22:34:01 -0400 Subject: [PATCH] allow non-accelerated video to rotate the display --- libretro-common/include/libretro.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index 1482ea4104..9fa1e3ad37 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -485,7 +485,6 @@ enum retro_mod /* Environment commands. */ #define RETRO_ENVIRONMENT_SET_ROTATION 1 /* const unsigned * -- * Sets screen rotation of graphics. - * Is only implemented if rotation can be accelerated by hardware. * Valid values are 0, 1, 2, 3, which rotates screen by 0, 90, 180, * 270 degrees counter-clockwise respectively. */