Constant SDL_HINT_VITA_PVR_INIT

pub const SDL_HINT_VITA_PVR_INIT: *const i8 = _; // {alloc40071<imm>: *const i8}
Available on crate feature dep_sdl3 only.
Expand description

A variable controlling whether to perform PVR initialization on the PlayStation Vita.

  • “0”: Skip PVR initialization.
  • “1”: Perform the normal PVR initialization. (default)

This hint should be set before SDL is initialized.

§Availability

This hint is available since SDL 3.2.0.