(libretro-common) Update
This commit is contained in:
parent
a2cb3f60a4
commit
7af68ca0b9
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue