(libretro-common) Update

This commit is contained in:
twinaphex 2019-04-27 02:21:35 +02:00
parent a2cb3f60a4
commit 7af68ca0b9

View File

@ -490,6 +490,9 @@ enum retro_mod
* 270 degrees counter-clockwise respectively.
*/
#define RETRO_ENVIRONMENT_GET_OVERSCAN 2 /* bool * --
* NOTE: As of 2019 this callback is considered deprecated in favor of
* using core options to manage overscan in a more nuanced, core-specific way.
*
* Boolean value whether or not the implementation should use overscan,
* or crop away overscan.
*/