SDL_HINT_PS2_GS_PROGRESSIVE - Man Page
A variable controlling whether the signal is interlaced or progressive.
Synopsis
#include <SDL3/SDL_hints.h> #define SDL_HINT_PS2_GS_PROGRESSIVE "SDL_PS2_GS_PROGRESSIVE"
Description
The variable can be set to the following values:
· "0": Image is interlaced. (default)
· "1": Image is progressive.
Availability
This hint is available since SDL 3.4.0.
Info
SDL 3.4.8 Simple Directmedia Layer SDL3 FUNCTIONS