Renamed SDL_HINT_PS2_DYNAMIC_VSYNC SDL_HINT_RENDER_PS2_DYNAMIC_VSYNC

This commit is contained in:
Sam Lantinga 2024-02-11 18:03:09 -08:00
parent a538936821
commit 9e505252c0
6 changed files with 11 additions and 4 deletions

View file

@ -1785,7 +1785,7 @@ extern "C" {
*
* This hint should be set before creating a renderer.
*/
#define SDL_HINT_PS2_DYNAMIC_VSYNC "SDL_PS2_DYNAMIC_VSYNC"
#define SDL_HINT_RENDER_PS2_DYNAMIC_VSYNC "SDL_RENDER_PS2_DYNAMIC_VSYNC"
/**
* A variable controlling texture scaling quality.