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=utf-8"> 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 3.3</H2> 14<p> 15The <CODE>SCFlush*</CODE> functions have been made private because there are no opportunities to use them from inside the application. 16</p> 17 18<ul> 19<li><code>SCFlush*()</code> 20</ul> 21 22<H2>From Revolution SDK 2.3</H2> 23 24<p> 25Applications 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. 26</p> 27 28<ul> 29<li><code>SCFlush*()</code> 30<li><code>SCSetSoundMode()</code> 31<li><code>SCSetProgressiveMode()</code> 32<li><code>SCSetEuRgb60Mode()</code> 33<li><code>SCGetWpadMotorMode()</code> 34<li><code>SCGetWpadSensorBarPosition()</code> 35<li><code>SCGetWpadSpeakerVolume()</code> 36<li><code>SCSetWpadMotorMode()</code> 37<li><code>SCSetWpadSensorBarPosition()</code> 38<li><code>SCSetWpadSpeakerVolume()</code> 39</ul> 40 41<p> 42To 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>. 43</p> 44 45<p> 46To 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. 47</p> 48 49<p> 50Call the <a href="../wpad/WPADEnableMotor.html"><code>WPADEnableMotor</code></a> function to change the Wii Remote vibration setting from the application. Call the <a href="../wpad/WPADSetSpeakerVolume.html"><code>WPADSetSpeakerVolume</code></a> function to change the Wii Remote speaker volume setting.<br>Use of the <a href="../wpad/WPADSetSpeakerVolume.html"><CODE>WPADSetSpeakerVolume</CODE></a> function is limited to debugging applications. Adjust the volume by converting waveform data. 51</p> 52 53<H2>From Revolution SDK 2.1</H2> 54 55<p> 56The 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>. 57</p> 58 59<ul> 60<li><code>SCEmuSetAspectRatio()</code> 61<li><code>SCEmuSetLanguage()</code> 62</ul> 63 64<p> 65Use the <a href="../tools/devkitmenu.html">NDEV System Menu</a> to modify the aspect ratio or language settings. 66</p> 67 68<H2>Revision History</H2> 69<P> 702009/09/25 Deleted the link to the manual for <CODE>SCEmuSet</CODE>-related functions.<br>2009/07/29 Corrected text.<br>2009/07/13 Explained that <code>SCFlush*</code> are private functions. Removed unnecessary links.<br>10/25/2006 Initial version.<br> 71</P> 72 73<hr><p>CONFIDENTIAL</p></body> 74</HTML> 75