SCEmuSetAspectRatio (Deleted)

Syntax

#include <revolution/sc.h>

#define SC_ASPECT_RATIO_4x3         0u
#define SC_ASPECT_RATIO_16x9        1u

BOOL SCEmuSetAspectRatio(u8 ratio);

Arguments

ratio One of the SC_ASPECT_RATIO_* values.

Return Values

Always returns FALSE.

Description

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.

Emulation Functions

This function was an emulation function.

See Also

SC API Introduction

Revision History

2006/08/15 Deleted the emulation functions.
2006/05/29 Initial version.


CONFIDENTIAL