1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3
4<HEAD>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9
10<TITLE>SCGetProgressiveMode</TITLE>
11
12</HEAD>
13
14<BODY>
15
16
17<H1>SCGetProgressiveMode</H1>
18
19<H2>Syntax</H2>
20<dl><dd><pre class="construction">#include &lt;revolution/sc.h&gt;
21
22#define SC_PROGRESSIVE_MODE_OFF     0u
23#define SC_PROGRESSIVE_MODE_ON      1u
24
25u8 SCGetProgressiveMode(void);
26</pre></dd></dl>
27
28<H2>Arguments</H2>
29<P>None.</P>
30
31<H2>Return Values</H2>
32<p>One <code>SC_PROGRESSIVE_MODE_*</code> value.</p>
33
34<H2>Description</H2>
35<P>References the progressive mode setting.</P>
36
37<TABLE class="arguments" border="1" >
38  <TBODY>
39    <TR>
40<TD width="30%" valign="middle" bgcolor="#C0C0C0">Return Values</TD>
41<TD width="*" valign="middle" bgcolor="#C0C0C0">Progressive mode</TD>
42    </TR>
43    <TR>
44<TH>SC_PROGRESSIVE_MODE_OFF</TH>
45<TD>No</TD>
46    </TR>
47    <TR>
48<TH>SC_PROGRESSIVE_MODE_ON</TH>
49<TD>Yes</TD>
50    </TR>
51  </TBODY>
52</TABLE>
53
54<p>
55Use the <a href="../tools/devkitmenu.html">NDEV System Menu</a> to change the progressive mode setting.
56</p>
57<p>See the Wii Programming Guidelines for more on application-level support.</p>
58
59<H2>See Also</H2>
60<P class="reference">
61<a href="../tools/devkitmenu.html">NDEV System Menu</a><br>
62</P>
63
64<H2>Revision History</H2>
65<P>
662007/08/09 Added an explanatory message to refer to the Wii Programming Guidelines for more on application-level support.<BR>2006/10/25 Revised the description along with ending disclosure of the <code>SCSetProgressiveMode</code> function for changing settings.<br>2006/06/20 Revised description because how this will be supported by applications is not yet confirmed. <BR>2006/05/29 Initial version.<BR>
67</P>
68
69<hr><p>CONFIDENTIAL</p></body>
70</HTML>