SCEmuSetLanguage (Deleted)

Syntax

#include <revolution/sc.h>

#define SC_LANG_JAPANESE            0u
#define SC_LANG_ENGLISH             1u
#define SC_LANG_GERMAN              2u
#define SC_LANG_FRENCH              3u
#define SC_LANG_SPANISH             4u
#define SC_LANG_ITALIAN             5u
#define SC_LANG_DUTCH               6u

BOOL SCEmuSetLanguage(u8 language);

Arguments

language One of the SC_LANG_* 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 language 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