#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.
2006/08/15 Deleted the emulation functions.
2006/05/29 Initial version.
CONFIDENTIAL