# SDL_HINT_PS2_GS_MODE Variable controlling the video mode of the console ## Header File Defined in [](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/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)