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<!-- �^�C�g���� --> 11<TITLE>SCEmuSetLanguage</TITLE> 12 13</HEAD> 14 15 16<BODY> 17 18 19<!-- �^�C�g���� --> 20<H1><S>SCEmuSetLanguage</S> (deleted)</H1> 21 22 23<H2>C Specification</H2> 24<pre><code>#include <revolution/sc.h> 25 26#define SC_LANG_JAPANESE 0u 27#define SC_LANG_ENGLISH 1u 28#define SC_LANG_GERMAN 2u 29#define SC_LANG_FRENCH 3u 30#define SC_LANG_SPANISH 4u 31#define SC_LANG_ITALIAN 5u 32#define SC_LANG_DUTCH 6u 33 34BOOL SCEmuSetLanguage(u8 <em>language</em>); 35</code></pre> 36 37 38<H2>Arguments</H2> 39<TABLE border="1" cellpadding="3" cellspacing="0.1"> 40 <TBODY> 41 <TR> 42<TD width="30%" bgcolor="#ffffe8"><em><strong><code>language</code></strong></em></TD> 43<TD width="*">One of the SC_LANG_* values.</TD> 44 </TR> 45 </TBODY> 46</TABLE> 47 48 49<H2>Return Values</H2> 50<p>Always returns <code>FALSE</code>.</P> 51 52 53<H2>Description</H2> 54<p> 55This function has been deleted. Do not call it. Although it remains for backward compatibility issues, when called it does nothing. Use the <a href="../tools/devkitmenu.html">NDEV System Menu</a> to modify language settings. 56</p> 57 58<H2>Emulation Functions</H2> 59<p> 60This function was an emulation function. 61</p> 62 63<H2>See Also</H2> 64<p> 65<A href="intro.html">SC API Introduction</A><br> 66</p> 67 68<H2>Revision History</H2> 69<P>08/15/2006 Deleted the emulate functions.<BR>05/29/2006 Initial version.</P> 70 71<hr> 72<P>CONFIDENTIAL</p> 73</BODY> 74</HTML> 75