SDL_HINT_PS2_GS_MODE - Man Page

A variable controlling the video mode of the console.

Synopsis

#include <SDL3/SDL_hints.h>

#define SDL_HINT_PS2_GS_MODE    "SDL_PS2_GS_MODE"

Description

The variable can be set to the following values:

· "": Console-native. (default)

· "NTSC": 60hz region.

· "PAL": 50hz region.

Availability

This hint is available since SDL 3.4.0.

Info

SDL 3.4.8 Simple Directmedia Layer SDL3 FUNCTIONS