# SDL_HINT_PS2_GS_MODE

Variable controlling the video mode of the console

## 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_MODE    "SDL_PS2_GS_MODE"
```

## Remarks

- "": Console-native. (default)
- "NTSC": 60hz region
- "PAL": 50hz region

----
[CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategoryHints](CategoryHints)


