ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <osd_config.h>
Data Fields | |
u8 | format |
u8 | reserved:4 |
u8 | daylightSaving:1 |
u8 | timeFormat:1 |
u8 | dateFormat:2 |
u8 | version |
u8 | language |
parameter struct as used by GetOsdConfigParam2/SetOsdConfigParam2 (Not supported by unpatched, early kernels. Do NOT invoke GetOsdConfigParam2 or SetOsdConfigParam2 on one!)
Definition at line 103 of file osd_config.h.
u8 Config2Param::dateFormat |
0=YYYYMMDD, 1=MMDDYYYY, 2=DDMMYYYY
Definition at line 112 of file osd_config.h.
u8 Config2Param::daylightSaving |
0=standard(winter), 1=daylight savings(summer)
Definition at line 108 of file osd_config.h.
u8 Config2Param::format |
Definition at line 104 of file osd_config.h.
u8 Config2Param::language |
The true language, unlike the one from ConfigParam
Definition at line 118 of file osd_config.h.
u8 Config2Param::reserved |
Definition at line 106 of file osd_config.h.
u8 Config2Param::timeFormat |
0=24 hour, 1=12 hour
Definition at line 110 of file osd_config.h.
u8 Config2Param::version |
Set to 2
Definition at line 116 of file osd_config.h.