# SDL_HINT_PS2_GS_PROGRESSIVE A variable controlling whether the signal is interlaced or progressive. ## Header File Defined in [](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_hints.h) ## Syntax ```c #define SDL_HINT_PS2_GS_PROGRESSIVE "SDL_PS2_GS_PROGRESSIVE" ``` ## Remarks The variable can be set to the following values: - "0": Image is interlaced. (default) - "1": Image is progressive. ## Version This hint is available since SDL 3.4.0. ---- [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategoryHints](CategoryHints)