Scroll to navigation

SDL_HINT_PS2_GS_PROGRESSIVE(3) SDL3 FUNCTIONS SDL_HINT_PS2_GS_PROGRESSIVE(3)

NAME

SDL_HINT_PS2_GS_PROGRESSIVE - 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

• "0": Image is interlaced. (default)

• "1": Image is progressive

SDL 3.3.3 Simple Directmedia Layer