#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 |
6/20/2006 Revised description because how this will be supported by applications is not yet confirmed.
05/29/2006 Initial version.