#include <revolution/sc.h>
#define SC_ASPECT_RATIO_4x3 0u
#define SC_ASPECT_RATIO_16x9 1u
BOOL SCEmuSetAspectRatio(u8 ratio);
ratio |
One of the SC_ASPECT_RATIO_* values. |
Always returns FALSE.
This function has been deleted. Do not call it. Although it remains for backward compatibility issues, when called it does nothing. Use the NDEV System Menu to modify aspect ratio settings.
This function was an emulation function.
08/15/2006 Deleted the emulate functions.
05/29/2006 Initial version.
CONFIDENTIAL