#include <revolution/sc.h> #define SC_PROGRESSIVE_MODE_OFF 0u #define SC_PROGRESSIVE_MODE_ON 1u u8 SCGetProgressiveMode(void);
None.
One SC_PROGRESSIVE_MODE_* value.
References the progressive mode setting.
| Return Values | Progressive mode |
| SC_PROGRESSIVE_MODE_OFF | No |
|---|---|
| SC_PROGRESSIVE_MODE_ON | Yes |
Use the NDEV System Menu to change the progressive mode setting.
See the Wii Programming Guidelines for more on application-level support.
2007/08/09 Added an explanatory message to refer to the Wii Programming Guidelines for more on application-level support.
2006/10/25 Revised the description along with ending disclosure of the SCSetProgressiveMode function for changing settings.
2006/06/20 Revised description because how this will be supported by applications is not yet confirmed.
2006/05/29 Initial version.
CONFIDENTIAL