|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| union | SystemConfiguration_t |
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) |
| 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 | ||
| ) |