PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
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
10typedef union
11{
12 u64 EEGS;
13 u8 data[40];
15
16void InitSystemConfig(SystemConfiguration_t *SysConf, int SysConfLen);
17void SetOsdConfigParam(ConfigParam *config);
18void GetOsdConfigParam(ConfigParam *config);
19void SetOsdConfigParam2(void *config, int size, int offset);
20int GetOsdConfigParam2(void *config, int size, int offset);