# SDL_HINT_PS2_GS_PROGRESSIVE

Variable controlling whether the signal is interlaced or progressive

## Header File

Defined in [SDL_hints.h](https://github.com/libsdl-org/SDL/blob/SDL2/include/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)


