Home
last modified time | relevance | path

Searched refs:gameCode (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/ctrdg/common/
Dctrdg_common.h94 u32 gameCode; // Game code (for AGB) member
140 u32 gameCode; // Game code (for AGB) member
215 cip->gameCode = 0xFFFFFFFF; in CTRDG_Init()
/TwlSDK-5.1.0/include/nitro/spi/common/
DuserInfo_teg.h103 …u32 gameCode[NVRAM_CONFIG_BOOT_GAME_LOG_NUM]; // List of game abbreviation codes for the gam… member
DuserInfo_ts_0.h103 …u32 gameCode[NVRAM_CONFIG_BOOT_GAME_LOG_NUM]; // List of game abbreviation codes for the gam… member
/TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/
Dctrdg_proc.c210 cip->gameCode = chb->gameCode; in CTRDGi_InitModuleInfo()
/TwlSDK-5.1.0/build/libraries/ctrdg/common/src/
Dctrdg.c237 retval = cip->gameCode; in CTRDGi_GetAgbGameCodeAtInit()
404 … || ((cip->gameCode != chp->gameCode) && cip->isAgbCartridge)) // AGB cartridge comparison in CTRDG_IsExisting()