1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3 4 5<HEAD> 6<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8 <BASE target="main"> 9 10<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 11 12<TITLE>SC API Function List</TITLE> 13</HEAD> 14 15 16<H1>SC API Function List</H1> 17<H3><A href="intro.html">SC API Introduction</a></H3> 18<H3><A href="sampledemos/demos.html">SC Demo Programs</a></H3> 19<H2>Initialization</H2> 20<TABLE border="1"> 21 <TBODY> 22 <TR> 23<TD><A href="SCInit.html"><code>SCInit</code></A></TD> 24<TD>Initializes the SC library.</TD> 25 </TR> 26 </TBODY> 27</TABLE> 28 29<H2>Management</H2> 30<TABLE border="1"> 31 <TBODY> 32 <TR> 33<TD><A href="SCCheckStatus.html"><code>SCCheckStatus</code></A></TD> 34<TD>Checks the status and result of background processing.</TD> 35 </TR> 36 <TR> 37<TD><A href="SCFlush.html"><code>SCFlush*</code></A></TD> 38<TD>Console settings are reflected in internal flash memory.</TD> 39 </TR> 40 </TBODY> 41</TABLE> 42 43<H2>Console Settings</H2> 44<TABLE border="1"> 45 <TBODY> 46 <TR> 47<TD><A href="SCGetAspectRatio.html"><code>SCGetAspectRatio</code></A></TD> 48<TD>References the aspect ratio setting.</TD> 49 </TR> 50 <TR> 51<TD><A href="SCGetEuRgb60Mode.html"><code>SCGetEuRgb60Mode</code></A></TD> 52<TD>Accesses EURGB60 mode settings.</TD> 53 </TR> 54 <TR> 55<TD><A href="SCGetLanguage.html"><code>SCGetLanguage</code></A></TD> 56<TD>References the language setting.</TD> 57 </TR> 58 <TR> 59<TD><A href="SCGetProgressiveMode.html"><code>SCGetProgressiveMode</code></A></TD> 60<TD>References the progressive mode setting.</TD> 61 </TR> 62 <TR> 63<TD><A href="SCGetSoundMode.html"><code>SCGetSoundMode</code></A></TD> 64<TD>References the sound mode setting.</TD> 65 </TR> 66 <TR> 67 <TD><A href="SCGetWpadMotorMode.html"><code>SCGetWpadMotorMode</code></A></TD> 68 <TD>Accesses the Rumble Motor setting of the Wii Remote.</TD> 69 </TR> 70 <TR> 71 <TD><A href="SCGetWpadSensorBarPosition.html"><code>SCGetWpadSensorBarPosition</code></A></TD> 72 <TD>Accesses the position setting of the sensor bar.</TD> 73 </TR> 74 <TR> 75 <TD><A href="SCGetWpadSpeakerVolume.html"><code>SCGetWpadSpeakerVolume</code></A></TD> 76 <TD>Accesses the volume setting of the Wii Remote speaker.</TD> 77 </TR> 78 <TR> 79<TD><A href="SCSetEuRgb60Mode.html"><code>SCSetEuRgb60Mode</code></A></TD> 80<TD>Changes the EURGB60 mode setting.</TD> 81 </TR> 82 <TR> 83<TD><A href="SCSetProgressiveMode.html"><code>SCSetProgressiveMode</code></A></TD> 84<TD>Changes the progressive mode setting.</TD> 85 </TR> 86 <TR> 87<TD><A href="SCSetSoundMode.html"><code>SCSetSoundMode</code></A></TD> 88<TD>Changes the sound mode setting.</TD> 89 </TR> 90 <TR> 91 <TD><A href="SCSetWpadMotorMode.html"><code>SCSetWpadMotorMode</code></A></TD> 92 <TD>Changes the Rumble Motor setting of the Wii Remote.</TD> 93 </TR> 94 <TR> 95 <TD><A href="SCSetWpadSensorBarPosition.html"><code>SCSetWpadSensorBarPosition</code></A></TD> 96 <TD>Changes the position setting of the sensor bar.</TD> 97 </TR> 98 <TR> 99 <TD><A href="SCSetWpadSpeakerVolume.html"><code>SCSetWpadSpeakerVolume</code></A></TD> 100 <TD>Changes the volume setting of the Wii Remote speaker.</TD> 101 </TR> 102 </TBODY> 103</TABLE> 104 105<H2><S>Emulator Functions</S> (Deleted)</H2> 106<TABLE border="1"> 107 <TBODY> 108 <TR> 109<TD><A href="SCEmuSetAspectRatio.html"><code><S>SCEmuSetAspectRatio</S></code></A></TD> 110<TD>Changes the aspect ratio setting being emulated.</TD> 111 </TR> 112 <TR> 113<TD><A href="SCEmuSetLanguage.html"><code><S>SCEmuSetLanguage</S></code></A></TD> 114<TD>Changes the language setting being emulated.</TD> 115 </TR> 116 </TBODY> 117</TABLE> 118 119<P></P> 120<hr> 121<P>CONFIDENTIAL</p> 122</BODY> 123</HTML> 124