SCGetAspectRatio

C Specification

#include <revolution/sc.h>

#define SC_ASPECT_RATIO_4x3         0u
#define SC_ASPECT_RATIO_16x9        1u

u8 SCGetAspectRatio(void);

Arguments

None.

Return Values

One SC_ASPECT_RATIO_* value.

Description

References the aspect ratio setting.

Return Values Aspect Ratio
SC_ASPECT_RATIO_4x3 4:3
SC_ASPECT_RATIO_16x9 16:9

Revision History

6/20/2006 Revised description because how this will be supported by applications is not yet confirmed.
05/29/2006 Initial version.