ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
Go to the source code of this file.
Functions | |
void | InitSystemConfig (SystemConfiguration_t *SysConf, int SysConfLen) |
void | SetOsdConfigParam (ConfigParam *config) |
void | GetOsdConfigParam (ConfigParam *config) |
void | SetOsdConfigParam2 (void *config, int size, int offset) |
int | GetOsdConfigParam2 (void *config, int size, int offset) |
Variables | |
SystemConfiguration_t | SystemConfiguration |
static ConfigParam | OSDConfig |
static u8 | OSDConfig2 [128] |
void GetOsdConfigParam | ( | ConfigParam * | config | ) |
Definition at line 45 of file osd.c.
References ConfigParam::japLanguage, ConfigParam::language, OSDConfig, ConfigParam::ps1drvConfig, ConfigParam::screenType, ConfigParam::spdifMode, ConfigParam::timezoneOffset, ConfigParam::version, and ConfigParam::videoOutput.
int GetOsdConfigParam2 | ( | void * | config, |
int | size, | ||
int | offset | ||
) |
Definition at line 80 of file osd.c.
References SystemConfiguration_t::EEGS, OSDConfig2, and SystemConfiguration.
void InitSystemConfig | ( | SystemConfiguration_t * | SysConf, |
int | SysConfLen | ||
) |
Definition at line 17 of file osd.c.
References SystemConfiguration_t::data, and SystemConfiguration_t::EEGS.
Referenced by _start().
void SetOsdConfigParam | ( | ConfigParam * | config | ) |
Definition at line 34 of file osd.c.
References ConfigParam::japLanguage, ConfigParam::language, OSDConfig, ConfigParam::ps1drvConfig, ConfigParam::screenType, ConfigParam::spdifMode, ConfigParam::timezoneOffset, ConfigParam::version, and ConfigParam::videoOutput.
void SetOsdConfigParam2 | ( | void * | config, |
int | size, | ||
int | offset | ||
) |
|
static |
Definition at line 32 of file osd.c.
Referenced by GetOsdConfigParam(), and SetOsdConfigParam().
|
static |
Definition at line 56 of file osd.c.
Referenced by GetOsdConfigParam2(), and SetOsdConfigParam2().
|
extern |
Definition at line 29 of file osdsrc.c.
Referenced by _start(), and GetOsdConfigParam2().