Constant VITA_PVR_INIT

pub const VITA_PVR_INIT: &'static str;
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.