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>SCEmuSetAspectRatio</TITLE> 11 12</HEAD> 13 14 15<BODY> 16 17 18<H1><S>SCEmuSetAspectRatio</S> (Deleted)</H1> 19 20<H2>Syntax</H2> 21<dl><dd><pre class="construction"> 22#include <revolution/sc.h> 23 24#define SC_ASPECT_RATIO_4x3 0u 25#define SC_ASPECT_RATIO_16x9 1u 26 27BOOL SCEmuSetAspectRatio(u8 ratio); 28</pre></dd></dl> 29 30<H2>Arguments</H2> 31<TABLE class="arguments" border="1" > 32 <TBODY> 33 <TR> 34<TH>ratio</TH> 35<TD>One of the <CODE>SC_ASPECT_RATIO_*</CODE> values.</TD> 36 </TR> 37 </TBODY> 38</TABLE> 39 40<H2>Return Values</H2> 41<p>Always returns <code>FALSE</code>.</P> 42 43<H2>Description</H2> 44<p> 45This 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. 46</p> 47 48<H2>Emulation Functions</H2> 49<p> 50This function was an emulation function. 51</p> 52 53<H2>See Also</H2> 54<p class="reference"> 55<A href="intro.html">SC API Introduction</A> 56</p> 57 58<H2>Revision History</H2> 59<P> 602006/08/15 Deleted the emulation functions.<br>2006/05/29 Initial version.<br> 61</P> 62 63<hr><p>CONFIDENTIAL</p></body> 64</HTML> 65