ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
osd.h
Go to the documentation of this file.
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 {
12  u8 data[40];
14 
15 void InitSystemConfig(SystemConfiguration_t *SysConf, int SysConfLen);
16 void SetOsdConfigParam(ConfigParam* config);
17 void GetOsdConfigParam(ConfigParam* config);
18 void SetOsdConfigParam2(void* config, int size, int offset);
19 int GetOsdConfigParam2(void* config, int size, int offset);
u32 data
Definition: libmouse.c:36
int GetOsdConfigParam2(void *config, int size, int offset)
Definition: osd.c:80
void SetOsdConfigParam2(void *config, int size, int offset)
Definition: osd.c:58
void SetOsdConfigParam(ConfigParam *config)
Definition: osd.c:34
void GetOsdConfigParam(ConfigParam *config)
Definition: osd.c:45
void InitSystemConfig(SystemConfiguration_t *SysConf, int SysConfLen)
Definition: osd.c:17
unsigned char u8
Definition: tamtypes.h:23
unsigned long u64
Definition: tamtypes.h:34