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>SCGetEuRgb60Mode</TITLE> 11 12</HEAD> 13 14<BODY> 15 16 17<H1>SCGetEuRgb60Mode</H1> 18 19<H2>Syntax</H2> 20<dl><dd><pre class="construction">#include <revolution/sc.h> 21 22#define SC_EURGB60_MODE_OFF 0u 23#define SC_EURGB60_MODE_ON 1u 24 25u8 SCGetEuRgb60Mode(void); 26</pre></dd></dl> 27 28<H2>Arguments</H2> 29<P>None.</P> 30 31<H2>Return Values</H2> 32<p>One of the <code>SC_EURGB60_MODE_*</code> values.</p> 33 34<H2>Description</H2> 35<P>Accesses EURGB60 mode settings.</P> 36 37<TABLE class="arguments" border="1" > 38 <TBODY> 39 <TR> 40<TD width="30%" valign="middle" bgcolor="#C0C0C0"><STRONG>Return Values</STRONG></TD> 41<TD width="*" valign="middle" bgcolor="#C0C0C0">EURGB60 Mode</TD> 42 </TR> 43 <TR> 44<TH>SC_EURGB60_MODE_OFF</TH> 45<TD>No</TD> 46 </TR> 47 <TR> 48<TH>SC_EURGB60_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 EURGB60 mode setting. 56</p> 57<p>See the Wii Programming Guidelines for more on application-level support.</p> 58<H2>See Also</H2> 59<P class="reference"> 60<a href="../tools/devkitmenu.html">NDEV System Menu</a> 61</P> 62 63<H2>Revision History</H2> 64<P> 652007/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>SCSetEuRgb60Mode</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> 66</P> 67 68<hr><p>CONFIDENTIAL</p></body> 69</HTML>