

#include <nitro/os.h>
void OS_InitChina( const char** isbn, OSChinaIsbn param );
| isbn | Specifies four ISBN-related strings displayed on the Health and Safety screen. The format of the strings is shown below. Characters other than numbers or a dash are handled as a space. | |||
char[ 17 ] |
"***-*-******-**-*" |
ISBN Number | ||
char[ 12 ] |
"***-****-***" |
合同登記号 (China-specific classification code) | ||
char[ 4 ] |
"****" |
新出音管 (China-specific information displayed on left side) | ||
char[ 3 ] |
"****" |
新出音管 (China-specific information displayed on right side) | ||
| param | Specifies behavior related to display of the ISBN number. | |||
OS_CHINA_ISBN_DISP |
Displays the ISBN number. | |||
OS_CHINA_ISBN_NO_DISP |
Does not display the ISBN number. Specify this for NAND applications. | |||
OS_CHINA_ISBN_CHECK_ROM |
Specify this when creating ROMs for censoring. This always displays the ISBN number, and waits for button input on the Health and Safety screen. | |||
None.
Initializes the system in the same way as the OS_Init function and then confirms hardware launch restrictions.
If an application designed for China is launched on a Nintendo DS system that is not localized for China, the launch of the application is restricted, and control does not return from this function. If an application designed for China is launched properly on a Chinese-market Nintendo DS system, this function displays the health and safety cautions screen and informs the user of the mandatory information, such as the ISBN number. To make an application for China, you must use this function instead of the OS_Init function and define accompanying information in the ROM image that indicates that the application has Chinese-language support. For more information, see the description in makerom.
For information about system initialization, see the description for the OS_Init function.
2009/05/27 Added second argument.
2009/04/07 Added support for displaying 17-digit ISBN numbers (13-digit numbers plus four dashes).
2005/05/14 Added Description.
2005/04/05 Initial version.
CONFIDENTIAL