PS2SDK
PS2 Homebrew Libraries
osd.h
1 /*
2 # _____ ___ ____ ___ ____
3 # ____| | ____| | | |____|
4 # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5 #-----------------------------------------------------------------------
6 # Licenced under Academic Free License version 2.0
7 # Review ps2sdk README & LICENSE files for further details.
8 */
9 
10 typedef union
11 {
12  u64 EEGS;
13  u8 data[40];
15 
16 extern void InitSystemConfig(SystemConfiguration_t *SysConf, int SysConfLen);
17 extern void SetOsdConfigParam(ConfigParam *config);
18 extern void GetOsdConfigParam(ConfigParam *config);
19 extern void SetOsdConfigParam2(void *config, int size, int offset);
20 extern int GetOsdConfigParam2(void *config, int size, int offset);
SystemConfiguration_t
Definition: osd.h:10
ConfigParam
Definition: osd_config.h:82