# SDL_HINT_PS2_GS_PROGRESSIVE 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 - "0": Image is interlaced. (default) - "1": Image is progressive ---- [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategoryHints](CategoryHints)