Function QTMS_DisableAutoBarrierControl

Source
pub unsafe extern "C" fn QTMS_DisableAutoBarrierControl() -> Result
Expand description

Temporarily disables automatic barrier control (when in 3D mode with “super stable 3D” enabled).

Note: This is automatically called upon qtm:s and qtm:sp session exit.

§Returns

0xC8A18009 if QTM is unavailable (in particular, QTM is always unavailable on N2DSXL), otherwise 0 (success).

Note: Due to an oversight, QTMS_SetQtmStatus allows changing QTM state on N2DSXL. This is not intended to be done, and is in fact never done by official software. If that is regardless the case, this function here does nothing.