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>SCEmuSetAspectRatio</TITLE>
12
13</HEAD>
14
15
16<BODY>
17
18
19<!-- �^�C�g���� -->
20<H1><S>SCEmuSetAspectRatio</S> (deleted)</H1>
21
22
23<H2>C Specification</H2>
24<pre><code>#include &lt;revolution/sc.h&gt;
25
26#define SC_ASPECT_RATIO_4x3         0u
27#define SC_ASPECT_RATIO_16x9        1u
28
29BOOL SCEmuSetAspectRatio(u8 <em>ratio</em>);
30</code></pre>
31
32
33<H2>Arguments</H2>
34<TABLE border="1" cellpadding="3" cellspacing="0.1">
35  <TBODY>
36    <TR>
37<TD width="30%" bgcolor="#ffffe8"><em><strong><code>ratio</code></strong></em></TD>
38<TD width="*">One of the SC_ASPECT_RATIO_* values.</TD>
39    </TR>
40  </TBODY>
41</TABLE>
42
43
44<H2>Return Values</H2>
45<p>Always returns <code>FALSE</code>.</P>
46
47
48<H2>Description</H2>
49<p>
50This 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 aspect ratio settings.
51</p>
52
53<H2>Emulation Functions</H2>
54<p>
55This function was an emulation function.
56</p>
57
58<H2>See Also</H2>
59<p>
60<A href="intro.html">SC API Introduction</A><br>
61</p>
62
63
64<H2>Revision History</H2>
65<P>08/15/2006 Deleted the emulate functions.<BR>05/29/2006 Initial version.</P>
66
67<hr>
68<P>CONFIDENTIAL</p>
69</BODY>
70</HTML>
71