1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6 <TITLE>Console Settings (SC) Discontinued Functions</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</HEAD> 9<BODY> 10 11<H1>Console Settings (SC) Discontinued Functions</H1> 12 13<H2>From Revolution SDK 2.3</H2> 14 15<p> 16Applications are now prohibited from changing sound and video mode-related settings. The following functions, including SC library functions specific to the WPAD library, are no longer available. 17</p> 18 19<ul> 20<li><a href="SCSetSoundMode.html"><code>SCSetSoundMode()</code></a> 21<li><a href="SCSetProgressiveMode.html"><code>SCSetProgressiveMode()</code></a> 22<li><a href="SCSetEuRgb60Mode.html"><code>SCSetEuRgb60Mode()</code></a> 23<li><a href="SCGetWpadMotorMode.html"><code>SCGetWpadMotorMode()</code></a> 24<li><a href="SCGetWpadSensorBarPosition.html"><code>SCGetWpadSensorBarPosition()</code></a> 25<li><a href="SCGetWpadSpeakerVolume.html"><code>SCGetWpadSpeakerVolume()</code></a> 26<li><a href="SCSetWpadMotorMode.html"><code>SCSetWpadMotorMode()</code></a> 27<li><a href="SCSetWpadSensorBarPosition.html"><code>SCSetWpadSensorBarPosition()</code></a> 28<li><a href="SCSetWpadSpeakerVolume.html"><code>SCSetWpadSpeakerVolume()</code></a> 29</ul> 30 31<p> 32To change the sound mode, progressive mode, EURBM60 mode, and Sensor Bar position setting, please use the <a href="../tools/devkitmenu.html">NDEV System Menu</a>. 33</p> 34 35<p> 36To access the Wii Remote rumble setting from the application, call the <a href="../wpad/WPADIsMotorEnabled.html"><code>WPADIsMotorEnabled</code></a> function. For the Sensor Bar position setting, call the <a href="../wpad/WPADGetSensorBarPosition.html"><code>WPADGetSensorBarPosition</code></a> function, and for the Wii Remote speaker volume setting, call the <a href="../wpad/WPADGetSpeakerVolume.html"><code>WPADGetSpeakerVolume</code></a> function. 37</p> 38 39<p> 40Call the <a href="../wpad/WPADEnableMotor.html"><code>WPADEnableMotor</code></a> function to change the Wii Remote rumble setting from the application and the<a href="../wpad/WPADSetSpeakerVolume.html"><code>WPADSetSpeakerVolume</code></a> function to change the Wii Remote speaker volume setting. 41</p> 42 43<H2>From Revolution SDK 2.1</H2> 44 45<p> 46The following functions provided as "emulation functions" have been removed. The functions remain for backward-compatibility purposes, but they do nothing and return <code>FALSE</code>. 47</p> 48 49<ul> 50<li><a href="SCEmuSetAspectRatio.html"><code>SCEmuSetAspectRatio()</code></a> 51<li><a href="SCEmuSetLanguage.html"><code>SCEmuSetLanguage()</code></a> 52</ul> 53 54<p> 55Use the <a href="../tools/devkitmenu.html">NDEV System Menu</a> to modify the aspect ratio or language settings. 56</p> 57 58<H2>Revision History</H2> 59<P> 6010/25/2006 Initial version.<br> 61</P> 62 63<hr><p>CONFIDENTIAL</p></body> 64</HTML> 65