# SDL_HINT_PS2_GS_HEIGHT A variable controlling the height of the PS2's framebuffer in pixels. ## Header File Defined in [](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_hints.h) ## Syntax ```c #define SDL_HINT_PS2_GS_HEIGHT "SDL_PS2_GS_HEIGHT" ``` ## Remarks By default, the variable is "448". ## Version This hint is available since SDL 3.4.0. ---- [CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro), [CategoryHints](CategoryHints)