mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-24 04:35:03 +00:00
Fixed environment variable of SDL_HINT_RENDER_LOGICAL_SIZE_MODE.
This commit is contained in:
parent
871d43a839
commit
456bc301d9
|
@ -127,7 +127,7 @@ extern "C" {
|
||||||
*
|
*
|
||||||
* By default letterbox is used
|
* By default letterbox is used
|
||||||
*/
|
*/
|
||||||
#define SDL_HINT_RENDER_LOGICAL_SIZE_MODE "SDL_HINT_RENDER_LOGICAL_SIZE_MODE"
|
#define SDL_HINT_RENDER_LOGICAL_SIZE_MODE "SDL_RENDER_LOGICAL_SIZE_MODE"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief A variable controlling the scaling quality
|
* \brief A variable controlling the scaling quality
|
||||||
|
|
Loading…
Reference in a new issue