#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);
| language | One of the SC_LANG_* 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 language settings.
This function was an emulation function.
2006/08/15 Deleted the emulation functions.
2006/05/29 Initial version.
CONFIDENTIAL