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
10
typedef
union
11
{
12
u64 EEGS;
13
u8 data[40];
14
}
SystemConfiguration_t
;
15
16
void
InitSystemConfig(
SystemConfiguration_t
*SysConf,
int
SysConfLen);
17
void
SetOsdConfigParam(
ConfigParam
*config);
18
void
GetOsdConfigParam(
ConfigParam
*config);
19
void
SetOsdConfigParam2(
void
*config,
int
size,
int
offset);
20
int
GetOsdConfigParam2(
void
*config,
int
size,
int
offset);
ConfigParam
Definition
osd_config.h:83
SystemConfiguration_t
Definition
osd.h:11
ee
kernel
src
osdsrc
src
osd.h
Generated on Thu Nov 14 2024 05:25:24 for PS2SDK by
1.9.8