nn::gx::CTR::IsStereoVisionAllowed Function
bool IsStereoVisionAllowed(
void
);
None.
true if stereoscopic display is allowed and false otherwise. Gets whether stereoscopic display is allowed.
Checks whether stereoscopic display is allowed and gets this result. Returns TRUE if allowed and FALSE otherwise.
Stereoscopic display is forcibly disabled if it is not allowed by the system setting or by the 3D depth slider. In other words, when this function returns FALSE the display will not be in 3D even if the application specifies nngxSetDisplayMode(NN_GX_DISPLAYMODE_STEREO). At such times, the display buffer specified in NN_GX_DISPLAY0 is used for display.
Note that the return value of this function does not depend on the display mode state configured with the nngxSetDisplayMode function.
CONFIDENTIAL