Scroll to navigation

SDL_HINT_PS2_GS_HEIGHT(3) SDL3 FUNCTIONS SDL_HINT_PS2_GS_HEIGHT(3)

NAME

SDL_HINT_PS2_GS_HEIGHT - A variable controlling the height of the PS2's framebuffer in pixels.

SYNOPSIS

#include <SDL3/SDL_hints.h>
#define SDL_HINT_PS2_GS_HEIGHT    "SDL_PS2_GS_HEIGHT"

DESCRIPTION

By default, the variable is "448".

AVAILABILITY

This hint is available since SDL 3.4.0.

SDL 3.5.0 Simple Directmedia Layer